mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00: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),
|
||||
@BusinessTaxNumber NVARCHAR(30),
|
||||
@BillingEmail NVARCHAR(256),
|
||||
@BillingPhone NVARCHAR(50),
|
||||
@BillingPhone NVARCHAR(50) = NULL,
|
||||
@Status TINYINT,
|
||||
@Type TINYINT = 0,
|
||||
@UseEvents BIT,
|
||||
|
||||
Reference in New Issue
Block a user