mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
[AC-1682] Update RevisionDate in Group table
This commit is contained in:
@ -31,7 +31,7 @@ WHERE CG."CollectionId" IS NULL;
|
||||
|
||||
-- Step 5: Update Group to clear AccessAll flag
|
||||
UPDATE "Group" G
|
||||
SET "AccessAll" = false
|
||||
SET "AccessAll" = false, "RevisionDate" = current_timestamp
|
||||
FROM TempGroup TG
|
||||
WHERE G."Id" = TG."GroupId";
|
||||
|
||||
|
Reference in New Issue
Block a user