mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Fix SQL error
This commit is contained in:
@@ -4,6 +4,7 @@ AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
DECLARE @BatchSize AS INT;
|
||||
SET @BatchSize = 100;
|
||||
|
||||
WHILE @BatchSize > 0
|
||||
|
||||
Reference in New Issue
Block a user