diff --git a/src/repo/sqlite_migration.rs b/src/repo/sqlite_migration.rs index a68a880..709a572 100644 --- a/src/repo/sqlite_migration.rs +++ b/src/repo/sqlite_migration.rs @@ -826,7 +826,7 @@ CREATE INDEX IF NOT EXISTS account_pubkey_index ON account(pubkey); pragma optimize; -PRAGMA user_version = 17; +PRAGMA user_version = 18; "##; match conn.execute_batch(upgrade_sql) { Ok(()) => {