chore: remove legacy tables and series table scripts
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:
2026-05-04 19:43:22 +07:00
parent 1b1217ace2
commit 212d4df42f
6 changed files with 402 additions and 570 deletions
+2
View File
@@ -6,6 +6,7 @@ __pycache__/
.venv/
dist/
build/
node_modules/
.DS_Store
.env
@@ -17,3 +18,4 @@ test_*.py
data/epub-source/*
data/content/*
data/nas-content/*
node_modules