mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00: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