1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

[EC-427] Updated Provider sprocs SQL script files

This commit is contained in:
Rui Tome
2023-01-12 12:21:26 +00:00
parent 6a0137e9fc
commit 65a8fad549
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
@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, @Type TINYINT = 0,
@UseEvents BIT, @UseEvents BIT,
@Enabled BIT, @Enabled BIT,
@CreationDate DATETIME2(7), @CreationDate DATETIME2(7),

View File

@ -8,9 +8,9 @@
@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, @Type TINYINT = 0,
@UseEvents BIT, @UseEvents BIT,
@Enabled BIT, @Enabled BIT,
@CreationDate DATETIME2(7), @CreationDate DATETIME2(7),