Auth data migration.
parent
1387919c20
commit
c540c93b54
|
@ -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;
|
Loading…
Reference in New Issue