1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +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,
@UseTotp BIT,
@Use2fa BIT,
@UseApi BIT,
@SelfHost BIT,
@UsersGetPremium BIT,
@Storage BIGINT,
@@ -26,6 +27,7 @@
@GatewaySubscriptionId VARCHAR(50),
@Enabled BIT,
@LicenseKey VARCHAR(100),
@ApiKey VARCHAR(30),
@TwoFactorProviders NVARCHAR(MAX),
@ExpirationDate DATETIME2(7),
@CreationDate DATETIME2(7),
@@ -54,6 +56,7 @@ BEGIN
[UseEvents],
[UseTotp],
[Use2fa],
[UseApi],
[SelfHost],
[UsersGetPremium],
[Storage],
@@ -63,6 +66,7 @@ BEGIN
[GatewaySubscriptionId],
[Enabled],
[LicenseKey],
[ApiKey],
[TwoFactorProviders],
[ExpirationDate],
[CreationDate],
@@ -88,6 +92,7 @@ BEGIN
@UseEvents,
@UseTotp,
@Use2fa,
@UseApi,
@SelfHost,
@UsersGetPremium,
@Storage,
@@ -97,6 +102,7 @@ BEGIN
@GatewaySubscriptionId,
@Enabled,
@LicenseKey,
@ApiKey,
@TwoFactorProviders,
@ExpirationDate,
@CreationDate,