mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add migration to add "active" column on PGSQL. UNTESTED!
This commit is contained in:
@@ -48,4 +48,10 @@ ALTER TABLE UserAccounts ADD "UserTitle" varchar(64) NOT NULL DEFAULT '';
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 5
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE UserAccounts ADD "active" integer NOT NULL DEFAULT 1;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user