try to update PGSQL estateban

This commit is contained in:
UbitUmarov
2019-08-18 20:24:19 +01:00
parent a687c5fce9
commit d5db4b9d93
2 changed files with 16 additions and 2 deletions

View File

@@ -125,3 +125,11 @@ CREATE SEQUENCE IF NOT EXISTS "public"."estate_settings_id"
CACHE 1;
COMMIT;
:VERSION 14
BEGIN TRANSACTION;
ALTER TABLE `estateban`
ADD COLUMN `banningUUID` uuid NOT NULL,
ADD COLUMN `banTime` int NOT NULL DEFAULT 0;
COMMIT;