sql: rename migrations
This commit is contained in:
parent
cfff120c9b
commit
a8a722b002
2 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ async fn open_context(
|
||||||
}
|
}
|
||||||
|
|
||||||
let con = rusqlite::Connection::open(&db_path).expect("Failed to construct Database object");
|
let con = rusqlite::Connection::open(&db_path).expect("Failed to construct Database object");
|
||||||
con.execute_batch(include_str!("q/init.sql"))
|
con.execute_batch(include_str!("q/sidx-init.sql"))
|
||||||
.expect("Failed to execute init.sql");
|
.expect("Failed to execute sidx-init.sql");
|
||||||
let castore_path = absolute(castore_path).expect("Failed to canonicalize castore_path");
|
let castore_path = absolute(castore_path).expect("Failed to canonicalize castore_path");
|
||||||
let blob_service = blobservice::from_addr(&std::format!(
|
let blob_service = blobservice::from_addr(&std::format!(
|
||||||
"objectstore+file://{}",
|
"objectstore+file://{}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue