aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
diff options
context:
space:
mode:
authorunknown2010-03-07 23:20:23 +0000
committerMelanie2010-03-09 18:37:08 +0000
commitc1352350004064a1722c2aeaaff313c4cc51181a (patch)
treef265aa0672585567210ff5650b17589c5093b727 /OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
parentComment a debug message that is a tad too spammy (diff)
downloadopensim-SC_OLD-c1352350004064a1722c2aeaaff313c4cc51181a.zip
opensim-SC_OLD-c1352350004064a1722c2aeaaff313c4cc51181a.tar.gz
opensim-SC_OLD-c1352350004064a1722c2aeaaff313c4cc51181a.tar.bz2
opensim-SC_OLD-c1352350004064a1722c2aeaaff313c4cc51181a.tar.xz
MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData placeholder added.
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/Resources/004_UserAccount.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/004_UserAccount.sql b/OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
new file mode 100644
index 0000000..a9a9021
--- /dev/null
+++ b/OpenSim/Data/MSSQL/Resources/004_UserAccount.sql
@@ -0,0 +1,7 @@
1BEGIN TRANSACTION
2
3ALTER TABLE UserAccounts ADD UserLevel integer NOT NULL DEFAULT 0;
4ALTER TABLE UserAccounts ADD UserFlags integer NOT NULL DEFAULT 0;
5ALTER TABLE UserAccounts ADD UserTitle varchar(64) NOT NULL DEFAULT '';
6
7COMMIT \ No newline at end of file