1
0
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:
Rui Tome
2022-12-27 11:40:08 +00:00
parent 88e854f1ac
commit 278783223b

View File

@ -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,