Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1ns committed Dec 14, 2023
1 parent 9e6b5bb commit f9ce6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mod v1_to_v2 {
if !ignore_sequences {
let mut cursor = event_id;
loop {
new = migrate_sequences(&pool, cursor, 1000).await;
let new = migrate_sequences(&pool, cursor, 1000).await;
log::info!("migrating sequences {} to {}", cursor, new);
if cursor == new {
break;
Expand Down

0 comments on commit f9ce6ad

Please sign in to comment.