1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 14:13:48 +00:00

db changes for org api

This commit is contained in:
Kyle Spearrin
2019-03-01 23:44:45 -05:00
parent 92d686ba36
commit c4ac86d4f4
6 changed files with 352 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
[UseEvents] BIT NOT NULL,
[UseTotp] BIT NOT NULL,
[Use2fa] BIT NOT NULL,
[UseApi] BIT NOT NULL,
[SelfHost] BIT NOT NULL,
[UsersGetPremium] BIT NOT NULL,
[Storage] BIGINT NULL,
@@ -26,6 +27,7 @@
[GatewaySubscriptionId] VARCHAR (50) NULL,
[Enabled] BIT NOT NULL,
[LicenseKey] VARCHAR (100) NULL,
[ApiKey] VARCHAR (30) NOT NULL,
[TwoFactorProviders] NVARCHAR (MAX) NULL,
[ExpirationDate] DATETIME2 (7) NULL,
[CreationDate] DATETIME2 (7) NOT NULL,