mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 14:56:19 +08:00
Auth data migration.
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/002_AuthStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/002_AuthStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
INSERT INTO auth (UUID, passwordHash, passwordSalt, webLoginKey) SELECT `UUID` AS UUID, `passwordHash` AS passwordHash, `passwordSalt` AS passwordSalt, `webLoginKey` AS webLoginKey FROM users;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user