accounting as table defined

This commit is contained in:
Priec
2026-07-21 12:29:30 +02:00
parent f8a0437f77
commit d8f280ec8e
9 changed files with 20 additions and 99 deletions

View File

@@ -17,7 +17,7 @@ pub const F_ALL_TEXT: &str = "all_text";
pub const F_DATA_WORD: &str = "data_word";
pub const F_DATA_NGRAM: &str = "data_ngram";
pub const F_DATA_EXACT: &str = "data_exact";
pub const JOURNAL_SEARCH_TABLE_NAME: &str = "journal_entries";
pub const JOURNAL_TABLE_NAME: &str = "journal_entries";
pub const TOK_WORD: &str = "kw_word";
pub const TOK_NGRAM: &str = "kw_ngram";