mirror of
https://github.com/bitwarden/server
synced 2026-01-15 15:03:34 +00:00
[Soft Delete] - API updates for soft delete + retrieval
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
@Folders NVARCHAR(MAX),
|
||||
@Attachments NVARCHAR(MAX),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
@RevisionDate DATETIME2(7),
|
||||
@DeletedDate DATETIME2(7) -- not used
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
Reference in New Issue
Block a user