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