mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 10:08:14 -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)
|
||||
|
||||
-- Delete ciphers
|
||||
DECLARE @UtcNow DATETIME2(7);
|
||||
SET @UtcNow = GETUTCDATE();
|
||||
DECLARE @UtcNow DATETIME2(7) = GETUTCDATE();
|
||||
UPDATE
|
||||
[dbo].[Cipher]
|
||||
SET
|
||||
|
Loading…
x
Reference in New Issue
Block a user