diff options
author | Melanie | 2009-09-06 23:05:06 +0100 |
---|---|---|
committer | Melanie | 2009-09-06 23:05:06 +0100 |
commit | a6e2e94345ae3d153f945dd79f3221630015d826 (patch) | |
tree | c0528cc8afe019fe7e6d28cd3db30092e8ae3ac9 /OpenSim/Data/MSSQL/Resources | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-a6e2e94345ae3d153f945dd79f3221630015d826.zip opensim-SC_OLD-a6e2e94345ae3d153f945dd79f3221630015d826.tar.gz opensim-SC_OLD-a6e2e94345ae3d153f945dd79f3221630015d826.tar.bz2 opensim-SC_OLD-a6e2e94345ae3d153f945dd79f3221630015d826.tar.xz |
Thank you, StrawberryFride, for a hit-and-run patch to add authentication
and user services to MSSQL
Diffstat (limited to 'OpenSim/Data/MSSQL/Resources')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/011_UserStore.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/011_UserStore.sql b/OpenSim/Data/MSSQL/Resources/011_UserStore.sql new file mode 100644 index 0000000..5aa064f --- /dev/null +++ b/OpenSim/Data/MSSQL/Resources/011_UserStore.sql | |||
@@ -0,0 +1,5 @@ | |||
1 | BEGIN TRANSACTION | ||
2 | |||
3 | ALTER TABLE users ADD scopeID uniqueidentifier not null default '00000000-0000-0000-0000-000000000000' | ||
4 | |||
5 | COMMIT | ||