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