mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData placeholder added.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
7
OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
Normal file
7
OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user