mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
Added bump account revision date to sproc (#6640)
This commit is contained in:
@@ -30,4 +30,10 @@ BEGIN
|
||||
|
||||
DECLARE @UpdateCollectionsSuccess INT
|
||||
EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds
|
||||
|
||||
-- Bump the account revision date AFTER collections are assigned.
|
||||
IF @UpdateCollectionsSuccess = 0
|
||||
BEGIN
|
||||
EXEC [dbo].[User_BumpAccountRevisionDateByCipherId] @Id, @OrganizationId
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user