Skip to content

Commit

Permalink
also delete existing sync state
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Oct 11, 2024
1 parent 7d9a36c commit 2d01527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/sdk-core/src/persist/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ pub(crate) fn current_migrations() -> Vec<&'static str> {
erroronion BLOB
) STRICT;
",
"DELETE FROM payments"
"DELETE FROM payments",
"DELETE FROM cached_items WHERE key = 'sync_state'",
]
}

Expand Down

0 comments on commit 2d01527

Please sign in to comment.