mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Fix migration
This commit is contained in:
parent
e7644aec38
commit
d8c93954b7
@ -3,7 +3,7 @@ SET
|
|||||||
EncryptedUserKey = NULL,
|
EncryptedUserKey = NULL,
|
||||||
EncryptedPublicKey = NULL,
|
EncryptedPublicKey = NULL,
|
||||||
EncryptedPrivateKey = NULL
|
EncryptedPrivateKey = NULL
|
||||||
WHERE Active = 1
|
WHERE Active = 0
|
||||||
AND (
|
AND (
|
||||||
EncryptedUserKey IS NOT NULL OR
|
EncryptedUserKey IS NOT NULL OR
|
||||||
EncryptedPublicKey IS NOT NULL OR
|
EncryptedPublicKey IS NOT NULL OR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user