aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/PGSQL/Resources/EstateStore.migrations6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/EstateStore.migrations b/OpenSim/Data/PGSQL/Resources/EstateStore.migrations
index d0ca5c0..d0730bb 100644
--- a/OpenSim/Data/PGSQL/Resources/EstateStore.migrations
+++ b/OpenSim/Data/PGSQL/Resources/EstateStore.migrations
@@ -129,7 +129,7 @@ COMMIT;
129:VERSION 14 129:VERSION 14
130BEGIN TRANSACTION; 130BEGIN TRANSACTION;
131 131
132ALTER TABLE `estateban` 132ALTER TABLE "public"."estateban"
133 ADD COLUMN `banningUUID` uuid NOT NULL, 133 ADD COLUMN "banningUUID" uuid NOT NULL,
134 ADD COLUMN `banTime` int NOT NULL DEFAULT 0; 134 ADD COLUMN "banTime" int4 NOT NULL DEFAULT 0;
135COMMIT; 135COMMIT;