mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00: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,
|
||||
[Status] TINYINT NOT NULL,
|
||||
[UseEvents] BIT NOT NULL,
|
||||
[Type] TINYINT NOT NULL,
|
||||
[Type] TINYINT NOT NULL CONSTRAINT [DF_Provider_Type] DEFAULT (0),
|
||||
[Enabled] BIT NOT NULL,
|
||||
[CreationDate] DATETIME2 (7) NOT NULL,
|
||||
[RevisionDate] DATETIME2 (7) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user