aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Data/SQLite/Resources/EstateStore.migrations5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/Resources/EstateStore.migrations b/OpenSim/Data/SQLite/Resources/EstateStore.migrations
index 30e04fd..b165b7b 100644
--- a/OpenSim/Data/SQLite/Resources/EstateStore.migrations
+++ b/OpenSim/Data/SQLite/Resources/EstateStore.migrations
@@ -70,9 +70,8 @@ COMMIT;
70 70
71:VERSION 11 71:VERSION 11
72BEGIN; 72BEGIN;
73ALTER TABLE `estateban` 73ALTER TABLE `estateban` ADD COLUMN `banningUUID` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
74 ADD COLUMN `banningUUID` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000', 74ALTER TABLE `estateban` ADD COLUMN `banTime` integer NOT NULL DEFAULT 0;
75 ADD COLUMN `banTime` integer NOT NULL DEFAULT 0;
76COMMIT; 75COMMIT;
77 76
78 77