mirror of
https://github.com/bitwarden/server
synced 2026-01-08 03:23:20 +00:00
AccountRevDate bump via sprocs, no more triggers
This commit is contained in:
@@ -32,4 +32,9 @@ BEGIN
|
||||
AND [Target].[CipherId] = @CipherId THEN
|
||||
DELETE
|
||||
;
|
||||
|
||||
IF @OrganizationId IS NOT NULL
|
||||
BEGIN
|
||||
EXEC [dbo].[User_BumpAccountRevisionDateByOrganizationId] @OrganizationId
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user