mirror of
https://github.com/bitwarden/server
synced 2026-01-01 16:13:33 +00:00
[Soft Delete] - API updates for soft delete + retrieval
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
@FolderId UNIQUEIDENTIFIER,
|
||||
@Favorite BIT,
|
||||
@Edit BIT, -- not used
|
||||
@OrganizationUseTotp BIT -- not used
|
||||
@OrganizationUseTotp BIT, -- not used
|
||||
@DeletedDate DATETIME2(7) -- not used
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
Reference in New Issue
Block a user