mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-12 14:29:06 -05:00
improvement: advise operator this upgrade may take a minute
This commit is contained in:
parent
185f9e7abb
commit
15e2f097aa
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user