mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -05: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)
|
AND [Id] IN (SELECT * FROM @Ids)
|
||||||
|
|
||||||
-- Delete ciphers
|
-- Delete ciphers
|
||||||
DECLARE @UtcNow DATETIME2(7);
|
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
||||||
SET @UtcNow = GETUTCDATE();
|
|
||||||
UPDATE
|
UPDATE
|
||||||
[dbo].[Cipher]
|
[dbo].[Cipher]
|
||||||
SET
|
SET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user