mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 10:29:30 +02:00
release: 1.0.0
fix: cargo dist
This commit is contained in:
@@ -253,11 +253,7 @@ async fn ensure_runtime_indexes_inner(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn get_index_status(
|
||||
db: &SurrealDbClient,
|
||||
index_name: &str,
|
||||
table: &str,
|
||||
) -> Result<String> {
|
||||
async fn get_index_status(db: &SurrealDbClient, index_name: &str, table: &str) -> Result<String> {
|
||||
let info_query = format!("INFO FOR INDEX {index_name} ON TABLE {table};");
|
||||
let mut info_res = db
|
||||
.client
|
||||
|
||||
Reference in New Issue
Block a user