1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Fix migration

This commit is contained in:
Bernd Schoolmann 2025-04-02 12:19:07 +02:00
parent e7644aec38
commit d8c93954b7
No known key found for this signature in database

View File

@ -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