aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/008_UserStore.sql
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-07 18:26:53 +0100
committerJustin Clark-Casey (justincc)2009-09-07 18:26:53 +0100
commit116933bee5adfa4a3c1815fb7f3866bdaa584c41 (patch)
treeb1aaf689ad7c9ef07e495e94d64f5978a1d5c9c3 /OpenSim/Data/MySQL/Resources/008_UserStore.sql
parentT012_EstateSettingsRandomStorage() which wasn't being run because the method ... (diff)
parentMerge branch 'master' of ssh://MyConnection/var/git/opensim (diff)
downloadopensim-SC_OLD-116933bee5adfa4a3c1815fb7f3866bdaa584c41.zip
opensim-SC_OLD-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.gz
opensim-SC_OLD-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.bz2
opensim-SC_OLD-116933bee5adfa4a3c1815fb7f3866bdaa584c41.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/008_UserStore.sql')
-rw-r--r--OpenSim/Data/MySQL/Resources/008_UserStore.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/008_UserStore.sql b/OpenSim/Data/MySQL/Resources/008_UserStore.sql
new file mode 100644
index 0000000..4500bd5
--- /dev/null
+++ b/OpenSim/Data/MySQL/Resources/008_UserStore.sql
@@ -0,0 +1,5 @@
1BEGIN;
2
3ALTER TABLE users add scopeID char(36) not null default '00000000-0000-0000-0000-000000000000';
4
5COMMIT;