mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12: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"
|
||||
SET "AccessAll" = 0
|
||||
SET "AccessAll" = 0, "RevisionDate" = CURRENT_TIMESTAMP
|
||||
WHERE "Id" IN (SELECT "GroupId" FROM TempGroup);
|
||||
|
||||
-- Step 6: Update User AccountRevisionDate for each unique OrganizationUserId
|
||||
|
Reference in New Issue
Block a user