mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
delete null creationdates too
This commit is contained in:
@@ -12,7 +12,8 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[U2f]
|
||||
WHERE
|
||||
[CreationDate] < @Threshold
|
||||
[CreationDate] IS NULL
|
||||
OR [CreationDate] < @Threshold
|
||||
|
||||
SET @BatchSize = @@ROWCOUNT
|
||||
END
|
||||
|
||||
@@ -81,7 +81,8 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[U2f]
|
||||
WHERE
|
||||
[CreationDate] < @Threshold
|
||||
[CreationDate] IS NULL
|
||||
OR [CreationDate] < @Threshold
|
||||
|
||||
SET @BatchSize = @@ROWCOUNT
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user