Fix spelling of "indexes"
This commit is contained in:
parent
133681fc62
commit
a5b33440c5
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ fn m3(tx: &mut Transaction<'_>, nr: usize, total: usize) -> rusqlite::Result<()>
|
||||||
",
|
",
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
eprintln!(" Recreating indices...");
|
eprintln!(" Recreating indexes...");
|
||||||
tx.execute_batch(
|
tx.execute_batch(
|
||||||
"
|
"
|
||||||
CREATE INDEX euph_idx_msgs_domain_room_id_parent
|
CREATE INDEX euph_idx_msgs_domain_room_id_parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue