mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
[Soft Delete] - cleanup whitespace in Cipher_Restore
This commit is contained in:
parent
32f19e9f90
commit
45e1e1a01b
@ -23,7 +23,7 @@ BEGIN
|
|||||||
[Edit] = 1
|
[Edit] = 1
|
||||||
AND [DeletedDate] IS NOT NULL
|
AND [DeletedDate] IS NOT NULL
|
||||||
AND [Id] IN (SELECT * FROM @Ids)
|
AND [Id] IN (SELECT * FROM @Ids)
|
||||||
|
|
||||||
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
||||||
UPDATE
|
UPDATE
|
||||||
[dbo].[Cipher]
|
[dbo].[Cipher]
|
||||||
|
@ -30,7 +30,7 @@ BEGIN
|
|||||||
WHERE
|
WHERE
|
||||||
[Edit] = 1
|
[Edit] = 1
|
||||||
AND [Id] IN (SELECT * FROM @Ids)
|
AND [Id] IN (SELECT * FROM @Ids)
|
||||||
|
|
||||||
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
||||||
UPDATE
|
UPDATE
|
||||||
[dbo].[Cipher]
|
[dbo].[Cipher]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user