1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05: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