mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
MSSQL Additions for Presence Refactor branch. Most functionality tested and works, some outstanding issues around login location and border crossings on y axis.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
6
OpenSim/Data/MSSQL/Resources/002_AuthStore.sql
Normal file
6
OpenSim/Data/MSSQL/Resources/002_AuthStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
INSERT INTO auth (UUID, passwordHash, passwordSalt, webLoginKey, accountType) SELECT [UUID] AS UUID, [passwordHash] AS passwordHash, [passwordSalt] AS passwordSalt, [webLoginKey] AS webLoginKey, 'UserAccount' as [accountType] FROM users;
|
||||
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user