mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
[EC-427] Updated Sql project Provider table script
This commit is contained in:
@ -4,7 +4,7 @@ BEGIN
|
||||
ALTER TABLE
|
||||
[dbo].[Provider]
|
||||
ADD
|
||||
[Type] TINYINT NOT NULL CONSTRAINT DF_Provider_Type DEFAULT 0;
|
||||
[Type] TINYINT NOT NULL CONSTRAINT DF_Provider_Type DEFAULT (0);
|
||||
END
|
||||
GO
|
||||
|
||||
|
Reference in New Issue
Block a user