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

[AC-1827] Organization PlanType Index (#3447)

* Reverted accidental change that granted premium to Families 2019 plans

* Removed transaction and added a plan type index to organization

* Removed index

* Added IDs for organizations that should keep UsersGetPremium

* Updated to store IDs in temp table
This commit is contained in:
Conner Turnbull
2023-11-27 13:12:57 -05:00
committed by GitHub
parent f78998125a
commit e99250348a
2 changed files with 347 additions and 1 deletions

View File

@ -17,7 +17,6 @@ public record Families2019Plan : Models.StaticStore.Plan
HasSelfHost = true;
HasTotp = true;
UsersGetPremium = true;
UpgradeSortOrder = 1;
DisplaySortOrder = 1;