mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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