mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
5 lines
148 B
MySQL
5 lines
148 B
MySQL
|
UPDATE {$NAMESPACE}_auth.auth_password
|
||
|
SET legacyDigestFormat = 'v1'
|
||
|
WHERE passwordType IN ('vcs', 'account')
|
||
|
AND legacyDigestFormat IS NULL;
|