1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 12:33:49 +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

@@ -2,7 +2,6 @@
@Id UNIQUEIDENTIFIER,
@SubvaultId UNIQUEIDENTIFIER,
@UserId UNIQUEIDENTIFIER,
@Key VARCHAR(MAX),
@Admin BIT,
@ReadOnly BIT,
@CreationDate DATETIME2(7),
@@ -16,7 +15,6 @@ BEGIN
[Id],
[SubvaultId],
[UserId],
[Key],
[Admin],
[ReadOnly],
[CreationDate],
@@ -27,7 +25,6 @@ BEGIN
@Id,
@SubvaultId,
@UserId,
@Key,
@Admin,
@ReadOnly,
@CreationDate,