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:
parent
e9fa9d88c4
commit
7da2c70776
@ -4,6 +4,7 @@ AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
DECLARE @BatchSize AS INT;
|
||||
SET @BatchSize = 100;
|
||||
|
||||
WHILE @BatchSize > 0
|
||||
|
Loading…
Reference in New Issue
Block a user