1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

[AC-1682] Removed MySql transaction from script because EF migration already wraps it under its own transaction

This commit is contained in:
Rui Tome
2024-03-29 12:03:29 +00:00
parent c20912f95c
commit 7b54d78d67
3 changed files with 89 additions and 97 deletions

View File

@ -123,8 +123,7 @@
SELECT "OrganizationUserId" FROM "TempUserManagers"
);
-- Step 5
-- Set "FlexibleCollections" = true for all organizations that have not yet been migrated.
-- Step 5: Set "FlexibleCollections" = true for all organizations that have not yet been migrated.
UPDATE "Organization"
SET "FlexibleCollections" = true
WHERE "FlexibleCollections" = false;