Database schema optimization - part 3

This commit is contained in:
mdecimus
2025-11-01 19:19:36 +01:00
parent d5c5f12adf
commit 8e1316895b
41 changed files with 1979 additions and 1276 deletions

View File

@@ -44,7 +44,7 @@ enum FtsTokenized {
}*/
impl Store {
pub async fn index_query(
pub(crate) async fn index_query(
&self,
account_id: u32,
collection: Collection,