1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +00:00

adjust org plan to larger values

This commit is contained in:
Kyle Spearrin
2017-05-25 13:04:23 -04:00
parent 9db19fa540
commit e3cba6204b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
@Name NVARCHAR(50),
@BusinessName NVARCHAR(50),
@BillingEmail NVARCHAR(50),
@Plan NVARCHAR(20),
@Plan NVARCHAR(50),
@PlanType TINYINT,
@Seats SMALLINT,
@MaxCollections SMALLINT,