mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
[AC-1682] Update RevisionDate in Group table
This commit is contained in:
@ -33,7 +33,7 @@ WHERE CG.`CollectionId` IS NULL;
|
||||
-- Step 5: Update Group to clear AccessAll flag
|
||||
UPDATE `Group` G
|
||||
INNER JOIN TempGroup TG ON G.`Id` = TG.`GroupId`
|
||||
SET G.`AccessAll` = 0;
|
||||
SET G.`AccessAll` = 0, G.`RevisionDate` = UTC_TIMESTAMP();
|
||||
|
||||
-- Step 6: Update User AccountRevisionDate for each unique OrganizationUserId
|
||||
UPDATE `User` U
|
||||
|
Reference in New Issue
Block a user