mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
update cipher subvaults
This commit is contained in:
@ -14,7 +14,7 @@ BEGIN
|
||||
UPDATE
|
||||
[dbo].[Cipher]
|
||||
SET
|
||||
[UserId] = @UserId,
|
||||
[UserId] = NULL,
|
||||
[OrganizationId] = @OrganizationId,
|
||||
[Type] = @Type,
|
||||
[Data] = @Data,
|
||||
|
Reference in New Issue
Block a user