mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
-- Set "FlexibleCollections" = true for all organizations that have not yet been migrated.
|
|
UPDATE "Organization"
|
|
SET "FlexibleCollections" = true
|
|
WHERE "FlexibleCollections" = false;
|