Commit Graph

2 Commits

Author SHA1 Message Date
virtus 611213ae5a refactor: remove Series table and related fields from Novel model
Build and Push Reader API Image / docker (push) Successful in 12s
- Dropped the Series table and removed the seriesId field from the Novel model.
- Updated database migration scripts to reflect these changes.
- Adjusted relevant queries and data handling to ensure consistency without the Series relationship.
2026-05-12 14:37:32 +07:00
virtus 212d4df42f 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>
2026-05-04 19:43:22 +07:00