mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Persists region banlists across reboots for the sqlite datastore also now.
This commit is contained in:
10
OpenSim/Data/SQLite/Resources/002_RegionStore.sql
Normal file
10
OpenSim/Data/SQLite/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