1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Fix SQL error

This commit is contained in:
Justin Baur 2021-11-18 14:59:15 -05:00
parent e9fa9d88c4
commit 7da2c70776

View File

@ -4,6 +4,7 @@ AS
BEGIN
SET NOCOUNT ON
DECLARE @BatchSize AS INT;
SET @BatchSize = 100;
WHILE @BatchSize > 0