do store a new flag on region db

This commit is contained in:
UbitUmarov
2020-06-09 19:44:57 +01:00
parent bde4354c15
commit 0d76635113
4 changed files with 23 additions and 1 deletions

View File

@@ -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;