sql: rename migrations

This commit is contained in:
Else, Someone 2025-04-28 20:42:35 +00:00
parent cfff120c9b
commit a8a722b002
2 changed files with 2 additions and 2 deletions

View file

@ -161,8 +161,8 @@ async fn open_context(
}
let con = rusqlite::Connection::open(&db_path).expect("Failed to construct Database object");
con.execute_batch(include_str!("q/init.sql"))
.expect("Failed to execute init.sql");
con.execute_batch(include_str!("q/sidx-init.sql"))
.expect("Failed to execute sidx-init.sql");
let castore_path = absolute(castore_path).expect("Failed to canonicalize castore_path");
let blob_service = blobservice::from_addr(&std::format!(
"objectstore+file://{}",