mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-11 12:40:47 -04:00
fix: persist database version for v18 migration
This commit is contained in:
@@ -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(()) => {
|
||||
|
Reference in New Issue
Block a user