mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
[EC-427] Updated Provider sql script to include default column value
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
[BillingPhone] NVARCHAR (50) NULL,
|
[BillingPhone] NVARCHAR (50) NULL,
|
||||||
[Status] TINYINT NOT NULL,
|
[Status] TINYINT NOT NULL,
|
||||||
[UseEvents] BIT NOT NULL,
|
[UseEvents] BIT NOT NULL,
|
||||||
[Type] TINYINT NOT NULL,
|
[Type] TINYINT NOT NULL CONSTRAINT [DF_Provider_Type] DEFAULT (0),
|
||||||
[Enabled] BIT NOT NULL,
|
[Enabled] BIT NOT NULL,
|
||||||
[CreationDate] DATETIME2 (7) NOT NULL,
|
[CreationDate] DATETIME2 (7) NOT NULL,
|
||||||
[RevisionDate] DATETIME2 (7) NOT NULL,
|
[RevisionDate] DATETIME2 (7) NOT NULL,
|
||||||
|
Reference in New Issue
Block a user