Skip to content

Commit

Permalink
drop existing payments to resyc with improved sync
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Oct 11, 2024
1 parent 4959124 commit 7d9a36c
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 @@ -454,7 +454,8 @@ pub(crate) fn current_migrations() -> Vec<&'static str> {
payment_preimage BLOB,
erroronion BLOB
) STRICT;
"
",
"DELETE FROM payments"
]
}

Expand Down

0 comments on commit 7d9a36c

Please sign in to comment.