mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 03:05:41 +08:00
7 lines
232 B
SQL
7 lines
232 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE UserAccounts ADD UserLevel integer NOT NULL DEFAULT 0;
|
|
ALTER TABLE UserAccounts ADD UserFlags integer NOT NULL DEFAULT 0;
|
|
ALTER TABLE UserAccounts ADD UserTitle varchar(64) NOT NULL DEFAULT '';
|
|
|
|
COMMIT |