mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Thank you, StrawberryFride, for a hit-and-run patch to add authentication
and user services to MSSQL
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/011_UserStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/011_UserStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE users ADD scopeID uniqueidentifier not null default '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user