mirror of
https://github.com/bitwarden/server
synced 2026-01-19 00:43:47 +00:00
sproc updates for user account revision bumps
This commit is contained in:
@@ -42,7 +42,7 @@ BEGIN
|
||||
|
||||
IF @OrganizationId IS NOT NULL
|
||||
BEGIN
|
||||
EXEC [dbo].[User_BumpAccountRevisionDateByOrganizationId] @OrganizationId
|
||||
EXEC [dbo].[User_BumpAccountRevisionDateByCipherId] @Id, @OrganizationId
|
||||
END
|
||||
ELSE IF @UserId IS NOT NULL
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user