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