mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
rename plan to "Families"
This commit is contained in:
parent
666c065c47
commit
daefe0d66b
@ -3,7 +3,7 @@
|
|||||||
public enum PlanType : byte
|
public enum PlanType : byte
|
||||||
{
|
{
|
||||||
Free = 0,
|
Free = 0,
|
||||||
FamilyAnnually = 1,
|
FamiliesAnnually = 1,
|
||||||
TeamsMonthly = 2,
|
TeamsMonthly = 2,
|
||||||
TeamsAnnually = 3,
|
TeamsAnnually = 3,
|
||||||
EnterpriseMonthly = 4,
|
EnterpriseMonthly = 4,
|
||||||
|
@ -101,11 +101,11 @@ namespace Bit.Core.Utilities
|
|||||||
},
|
},
|
||||||
new Plan
|
new Plan
|
||||||
{
|
{
|
||||||
Type = PlanType.FamilyAnnually,
|
Type = PlanType.FamiliesAnnually,
|
||||||
BaseSeats = 5,
|
BaseSeats = 5,
|
||||||
BasePrice = 12,
|
BasePrice = 12,
|
||||||
CanBuyAdditionalSeats = false,
|
CanBuyAdditionalSeats = false,
|
||||||
Name = "Family",
|
Name = "Families",
|
||||||
StripePlanId = "personal-org-annually",
|
StripePlanId = "personal-org-annually",
|
||||||
StripStoragePlanId = "storage-gb-annually",
|
StripStoragePlanId = "storage-gb-annually",
|
||||||
UpgradeSortOrder = 1,
|
UpgradeSortOrder = 1,
|
||||||
|
@ -16,7 +16,7 @@ GO
|
|||||||
UPDATE
|
UPDATE
|
||||||
[dbo].[Organization]
|
[dbo].[Organization]
|
||||||
SET
|
SET
|
||||||
[Plan] = 'Family'
|
[Plan] = 'Families'
|
||||||
WHERE
|
WHERE
|
||||||
[PlanType] = 1
|
[PlanType] = 1
|
||||||
GO
|
GO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user