mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
try to update PGSQL estateban
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user