remove legacy in-memory search state fallback
This commit is contained in:
parent
d7404abf18
commit
1ce85304e3
17 changed files with 766 additions and 248 deletions
|
|
@ -19,6 +19,8 @@ from app.settings import settings
|
|||
RESET_SQL = text(
|
||||
"""
|
||||
TRUNCATE TABLE
|
||||
author_search_cache_entries,
|
||||
author_search_runtime_state,
|
||||
ingestion_queue_items,
|
||||
scholar_publications,
|
||||
crawl_runs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue