mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
do store a new flag on region db
This commit is contained in:
@@ -133,3 +133,9 @@ ALTER TABLE "public"."estateban"
|
||||
ADD COLUMN "banningUUID" uuid NOT NULL,
|
||||
ADD COLUMN "banTime" int4 NOT NULL DEFAULT 0;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 15
|
||||
BEGIN TRANSACTION;
|
||||
ALTER TABLE "public"."estate_settings"
|
||||
ADD COLUMN "AllowEnviromentOverride" bool NOT NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user