diff options
author | Melanie | 2009-09-06 04:28:42 +0100 |
---|---|---|
committer | Melanie | 2009-09-06 04:28:42 +0100 |
commit | 2a8f66b221e93fb2d693c1c273c2dee85439f835 (patch) | |
tree | ea20d88556279d7d56bc9a15e7372652a814f835 /OpenSim/Data/MySQL/Resources | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-2a8f66b221e93fb2d693c1c273c2dee85439f835.zip opensim-SC_OLD-2a8f66b221e93fb2d693c1c273c2dee85439f835.tar.gz opensim-SC_OLD-2a8f66b221e93fb2d693c1c273c2dee85439f835.tar.bz2 opensim-SC_OLD-2a8f66b221e93fb2d693c1c273c2dee85439f835.tar.xz |
Revising the user account data interfaces. No user functionality yet
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/008_UserStore.sql | 5 |
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 @@ | |||
1 | BEGIN; | ||
2 | |||
3 | ALTER TABLE users add scopeID char(36) not null default '00000000-0000-0000-0000-000000000000'; | ||
4 | |||
5 | COMMIT; | ||