mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
delete null creationdates too
This commit is contained in:
@ -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