diff options
author | UbitUmarov | 2019-08-19 12:28:17 +0100 |
---|---|---|
committer | UbitUmarov | 2019-08-19 12:28:17 +0100 |
commit | f7a496136d20de2cc9a34ba6b563b008b6c18a04 (patch) | |
tree | 3e45239a7eaaec2f042814a6656d3f42e4b9bac8 | |
parent | try again to update SQLite estateban (diff) | |
download | opensim-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.migrations | 6 |
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 |
130 | BEGIN TRANSACTION; | 130 | BEGIN TRANSACTION; |
131 | 131 | ||
132 | ALTER TABLE `estateban` | 132 | ALTER 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; |
135 | COMMIT; | 135 | COMMIT; |