mirror of
https://github.com/bitwarden/server
synced 2026-01-16 15:33:19 +00:00
cipher share data and key response
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@Type TINYINT,
|
||||
@Favorite BIT,
|
||||
@Data NVARCHAR(MAX),
|
||||
@Shares NVARCHAR(MAX),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
@@ -19,6 +20,7 @@ BEGIN
|
||||
[Type],
|
||||
[Favorite],
|
||||
[Data],
|
||||
[Shares],
|
||||
[CreationDate],
|
||||
[RevisionDate]
|
||||
)
|
||||
@@ -30,6 +32,7 @@ BEGIN
|
||||
@Type,
|
||||
@Favorite,
|
||||
@Data,
|
||||
@Shares,
|
||||
@CreationDate,
|
||||
@RevisionDate
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user