1
0
mirror of https://github.com/bitwarden/server synced 2026-01-16 07:23:15 +00:00

pub/priv keys and share updates

This commit is contained in:
Kyle Spearrin
2017-02-21 00:27:32 -05:00
parent 47da65be5f
commit 9ca2baba74
10 changed files with 13 additions and 49 deletions

View File

@@ -5,7 +5,6 @@
@Type TINYINT,
@Favorite BIT,
@Data NVARCHAR(MAX),
@Shares NVARCHAR(MAX),
@CreationDate DATETIME2(7),
@RevisionDate DATETIME2(7)
AS
@@ -20,7 +19,6 @@ BEGIN
[Type] = @Type,
[Favorite] = @Favorite,
[Data] = @Data,
[Shares] = @Shares,
[CreationDate] = @CreationDate,
[RevisionDate] = @RevisionDate
WHERE