mirror of
https://github.com/bitwarden/server.git
synced 2026-02-16 22:03:15 +08: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