mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
add missing lastid param declaration
This commit is contained in:
@@ -22,6 +22,7 @@ GO
|
||||
|
||||
DECLARE @UrisPath VARCHAR(50) = '$.Uris'
|
||||
DECLARE @BatchSize INT = 1000
|
||||
DECLARE @LastId UNIQUEIDENTIFIER = NULL
|
||||
|
||||
WHILE @BatchSize > 0
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user