mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-31 19:30:48 -04:00
improvement: advise operator this upgrade may take a minute
This commit is contained in:
@@ -662,7 +662,7 @@ PRAGMA user_version = 15;
|
||||
|
||||
fn mig_15_to_16(conn: &mut PooledConnection) -> Result<usize> {
|
||||
let count = db_event_count(conn)?;
|
||||
info!("database schema needs update from 15->16");
|
||||
info!("database schema needs update from 15->16 (this make take a few minutes)");
|
||||
let upgrade_sql = r##"
|
||||
DROP TABLE tag;
|
||||
CREATE TABLE tag (
|
||||
|
Reference in New Issue
Block a user