1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[AC-2323] Flexible collections: automatically migrate data for all Organizations (#3927)

* [AC-2323] Added script to migrate all sql organizations to use flexible collections

* [AC-2323] Overriding FlexibleCollectionsSignup to true for local usage

* [AC-2323] Fix script comment

* [AC-2323] Fixed typo

* [AC-2323] Bump up date on migration script

* [AC-2323] Bump migration script date

---------

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
This commit is contained in:
Rui Tomé
2024-04-26 14:11:00 +01:00
committed by GitHub
parent 186afbc162
commit d2abf5b2d7
2 changed files with 39 additions and 1 deletions

View File

@ -151,7 +151,8 @@ public static class FeatureFlagKeys
{ TrustedDeviceEncryption, "true" },
{ Fido2VaultCredentials, "true" },
{ DuoRedirect, "true" },
{ UnassignedItemsBanner, "true"}
{ UnassignedItemsBanner, "true"},
{ FlexibleCollectionsSignup, "true" }
};
}
}