1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

add missing lastid param declaration

This commit is contained in:
Kyle Spearrin 2018-03-12 09:45:01 -04:00
parent 5907d174ba
commit 09c0096dbd

View File

@ -22,6 +22,7 @@ GO
DECLARE @UrisPath VARCHAR(50) = '$.Uris'
DECLARE @BatchSize INT = 1000
DECLARE @LastId UNIQUEIDENTIFIER = NULL
WHILE @BatchSize > 0
BEGIN