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

[AC-1682] Bumped up date on migration scripts

This commit is contained in:
Rui Tome
2024-02-16 13:09:58 +00:00
parent f7f692cf08
commit 6d1ead5b61
27 changed files with 24 additions and 24 deletions

View File

@ -0,0 +1,4 @@
-- Set `FlexibleCollections` = 1 for all organizations that have not yet been migrated.
UPDATE "Organization"
SET "FlexibleCollections" = 1
WHERE "FlexibleCollections" = 0;