mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Update Cipher_SoftDelete.sql
Co-Authored-By: Kyle Spearrin <kspearrin@users.noreply.github.com>
This commit is contained in:
parent
eb34cc49c6
commit
3d786cbf28
@ -24,8 +24,7 @@ BEGIN
|
||||
AND [Id] IN (SELECT * FROM @Ids)
|
||||
|
||||
-- Delete ciphers
|
||||
DECLARE @UtcNow DATETIME2(7);
|
||||
SET @UtcNow = GETUTCDATE();
|
||||
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
||||
UPDATE
|
||||
[dbo].[Cipher]
|
||||
SET
|
||||
@ -57,4 +56,4 @@ BEGIN
|
||||
EXEC [dbo].[User_BumpAccountRevisionDate] @UserId
|
||||
|
||||
DROP TABLE #Temp
|
||||
END
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user