chore: remove legacy tables and series table scripts
Build and Push Reader API Image / docker (push) Successful in 38s
Build and Push Reader API Image / docker (push) Successful in 38s
- Removed mongoose dependency from package-lock.json. - Deleted legacy import tables: ImportCandidateChapter, AssetNovelMapping, ImportJob, ImportSession, SourceAsset via new script `drop_legacy_import_tables.py`. - Added script `drop_series_table.py` to drop the Series table. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -28,8 +28,6 @@ class Settings(BaseSettings):
|
||||
deepseek_model: str = "deepseek-chat"
|
||||
openrouter_key: str = ""
|
||||
openrouter_paused: str = "true"
|
||||
import_scan_interval_minutes: int = 30
|
||||
import_scan_limit: int = 2000
|
||||
|
||||
@property
|
||||
def google_client_id_list(self) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user