1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +00:00

set revision date on sites when cascading from folder delete

This commit is contained in:
Kyle Spearrin
2016-07-07 08:27:57 -04:00
parent 46b0d52366
commit 91f93a79ee

View File

@@ -9,7 +9,8 @@ BEGIN
UPDATE
[dbo].[Cipher]
SET
[FolderId] = NULL
[FolderId] = NULL,
[RevisionDate] = GETUTCDATE()
WHERE
[FolderId] = @Id