mirror of
https://github.com/opensim/opensim.git
synced 2026-06-08 21:01:01 +08:00
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shortly be changed to work under mono 2.6 and above
This commit is contained in:
10
OpenSim/Data/SQLiteNG/Resources/002_RegionStore.sql
Normal file
10
OpenSim/Data/SQLiteNG/Resources/002_RegionStore.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
CREATE TABLE regionban(
|
||||
regionUUID varchar (255),
|
||||
bannedUUID varchar (255),
|
||||
bannedIp varchar (255),
|
||||
bannedIpHostMask varchar (255)
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user