mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 23:53:19 +08:00
5 lines
173 B
SQL
5 lines
173 B
SQL
-- Set `FlexibleCollections` = 1 for all organizations that have not yet been migrated.
|
|
UPDATE "Organization"
|
|
SET "FlexibleCollections" = 1
|
|
WHERE "FlexibleCollections" = 0;
|