mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
do store a new flag on region db
This commit is contained in:
@@ -76,3 +76,8 @@ ALTER TABLE `estateban`
|
||||
ADD COLUMN `banTime` int(11) NOT NULL DEFAULT 0;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 36
|
||||
BEGIN;
|
||||
ALTER TABLE `estate_settings`
|
||||
ADD COLUMN `AllowEnviromentOverride` tinyint(4) NOT NULL DEFAULT '0';
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user