mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 05:25:10 -05:00
add missing lastid param declaration
This commit is contained in:
parent
5907d174ba
commit
09c0096dbd
@ -22,6 +22,7 @@ GO
|
|||||||
|
|
||||||
DECLARE @UrisPath VARCHAR(50) = '$.Uris'
|
DECLARE @UrisPath VARCHAR(50) = '$.Uris'
|
||||||
DECLARE @BatchSize INT = 1000
|
DECLARE @BatchSize INT = 1000
|
||||||
|
DECLARE @LastId UNIQUEIDENTIFIER = NULL
|
||||||
|
|
||||||
WHILE @BatchSize > 0
|
WHILE @BatchSize > 0
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user