diff --git a/src/Sql/dbo/Stored Procedures/Cipher_Restore.sql b/src/Sql/dbo/Stored Procedures/Cipher_Restore.sql index 3d7cf7ff21..0df591bf57 100644 --- a/src/Sql/dbo/Stored Procedures/Cipher_Restore.sql +++ b/src/Sql/dbo/Stored Procedures/Cipher_Restore.sql @@ -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] diff --git a/util/Migrator/DbScripts/2020-04-02_00_CipherSoftDelete.sql b/util/Migrator/DbScripts/2020-04-02_00_CipherSoftDelete.sql index af5c1537f7..e34b20784c 100644 --- a/util/Migrator/DbScripts/2020-04-02_00_CipherSoftDelete.sql +++ b/util/Migrator/DbScripts/2020-04-02_00_CipherSoftDelete.sql @@ -30,7 +30,7 @@ BEGIN WHERE [Edit] = 1 AND [Id] IN (SELECT * FROM @Ids) - + DECLARE @UtcNow DATETIME2(7) = GETUTCDATE(); UPDATE [dbo].[Cipher]