Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1ns committed Dec 13, 2023
1 parent b38b140 commit 50e41e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.7.0-rc.6
# v0.7.0-rc.7

- online test of migration

Expand Down
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 r = futures::executor::block_on(async move {
let sql = format!(
"select f_id,f_cmd,f_status,f_timestamp from t_sequence where f_event_id > {}",
"select f_id,f_cmd,f_status,f_timestamp from t_sequence where f_id > {}",
event_id
);
sqlx::query(&sql)
Expand Down

0 comments on commit 50e41e2

Please sign in to comment.