mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
[AC-1682] Added new mysql migration
This commit is contained in:
@@ -10,6 +10,7 @@ SET @MaxBatch := (SELECT MAX(Batch) FROM TempOrgUser);
|
||||
SET @CurrentBatch := 0;
|
||||
|
||||
-- Create the stored procedure
|
||||
DROP PROCEDURE IF EXISTS ProcessBatches;
|
||||
CREATE PROCEDURE ProcessBatches(INOUT currentBatch INT, IN maxBatch INT)
|
||||
BEGIN
|
||||
WHILE currentBatch <= maxBatch DO
|
||||
|
||||
Reference in New Issue
Block a user