1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

[EC-427] Add missing Provider_Update sproc default value

This commit is contained in:
Rui Tome
2023-01-12 15:30:40 +00:00
parent ebc9536484
commit 36d1fa07db

View File

@ -122,7 +122,7 @@ CREATE OR ALTER PROCEDURE [dbo].[Provider_Update]
@BusinessCountry VARCHAR(2), @BusinessCountry VARCHAR(2),
@BusinessTaxNumber NVARCHAR(30), @BusinessTaxNumber NVARCHAR(30),
@BillingEmail NVARCHAR(256), @BillingEmail NVARCHAR(256),
@BillingPhone NVARCHAR(50), @BillingPhone NVARCHAR(50) = NULL,
@Status TINYINT, @Status TINYINT,
@Type TINYINT = 0, @Type TINYINT = 0,
@UseEvents BIT, @UseEvents BIT,