1
0
mirror of https://github.com/bitwarden/server synced 2026-01-18 16:33:29 +00:00

sproc updates

This commit is contained in:
Kyle Spearrin
2017-02-28 22:42:52 -05:00
parent 3e183a74f4
commit 321183c570
6 changed files with 8 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
@OrganizationId UNIQUEIDENTIFIER,
@UserId UNIQUEIDENTIFIER,
@Email NVARCHAR(50),
@Key VARCHAR(MAX),
@Status TINYINT,
@Type TINYINT,
@CreationDate DATETIME2(7),
@@ -17,6 +18,7 @@ BEGIN
[OrganizationId],
[UserId],
[Email],
[Key],
[Status],
[Type],
[CreationDate],
@@ -28,6 +30,7 @@ BEGIN
@OrganizationId,
@UserId,
@Email,
@Key,
@Status,
@Type,
@CreationDate,