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:
@ -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,
|
||||||
|
Reference in New Issue
Block a user