Browse Source

change PGSQL migration

UbitUmarov 4 years ago
parent
commit
f7a496136d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      OpenSim/Data/PGSQL/Resources/EstateStore.migrations

+ 3 - 3
OpenSim/Data/PGSQL/Resources/EstateStore.migrations

@@ -129,7 +129,7 @@ COMMIT;
 :VERSION 14
 BEGIN TRANSACTION;
 
-ALTER TABLE `estateban`
-    ADD COLUMN `banningUUID` uuid NOT NULL,
-    ADD COLUMN `banTime` int NOT NULL DEFAULT 0;
+ALTER TABLE "public"."estateban"
+    ADD COLUMN "banningUUID" uuid NOT NULL,
+    ADD COLUMN "banTime" int4 NOT NULL DEFAULT 0;
 COMMIT;