aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2019-08-19 12:28:17 +0100
committerUbitUmarov2019-08-19 12:28:17 +0100
commitf7a496136d20de2cc9a34ba6b563b008b6c18a04 (patch)
tree3e45239a7eaaec2f042814a6656d3f42e4b9bac8
parenttry again to update SQLite estateban (diff)
downloadopensim-SC-f7a496136d20de2cc9a34ba6b563b008b6c18a04.zip
opensim-SC-f7a496136d20de2cc9a34ba6b563b008b6c18a04.tar.gz
opensim-SC-f7a496136d20de2cc9a34ba6b563b008b6c18a04.tar.bz2
opensim-SC-f7a496136d20de2cc9a34ba6b563b008b6c18a04.tar.xz
change PGSQL migration
-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;