mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
delete top batchsize
This commit is contained in:
parent
eb6c0a5068
commit
6860322727
@ -9,7 +9,7 @@ BEGIN
|
|||||||
DECLARE @BatchSize INT = 100
|
DECLARE @BatchSize INT = 100
|
||||||
WHILE @BatchSize > 0
|
WHILE @BatchSize > 0
|
||||||
BEGIN
|
BEGIN
|
||||||
DELETE
|
DELETE TOP(@BatchSize)
|
||||||
FROM
|
FROM
|
||||||
[dbo].[Cipher]
|
[dbo].[Cipher]
|
||||||
WHERE
|
WHERE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user