Browse Source
Below this code appears: if (current != orig) db_exec(__func__, db, "INSERT INTO db_upgrades VALUES (%i, '%s');", orig, version()); But since the loop pre-increments current, this is always true. I wondered why there were so many duplicates in my db_upgrades table! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>issue-2504
Rusty Russell
6 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue