1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-23 03:01:23 +01:00

[Soft Delete] - cleanup whitespace in Cipher_Restore

This commit is contained in:
Chad Scharf 2020-04-10 10:51:27 -04:00
parent 32f19e9f90
commit 45e1e1a01b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ BEGIN
[Edit] = 1
AND [DeletedDate] IS NOT NULL
AND [Id] IN (SELECT * FROM @Ids)
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
UPDATE
[dbo].[Cipher]

View File

@ -30,7 +30,7 @@ BEGIN
WHERE
[Edit] = 1
AND [Id] IN (SELECT * FROM @Ids)
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
UPDATE
[dbo].[Cipher]