migration removed
This commit is contained in:
@@ -249,17 +249,6 @@ The legacy file-based storage is **deprecated** and will be removed in v3.0.0:
|
||||
|
||||
Deprecation warnings are raised when using these methods.
|
||||
|
||||
### Data Migration
|
||||
|
||||
On application startup, the system automatically migrates legacy data files to the database:
|
||||
|
||||
1. **Scan**: `DataMigrationService.scan_for_data_files()` finds legacy `data` files
|
||||
2. **Migrate**: `DataMigrationService.migrate_data_file()` imports each file to DB
|
||||
3. **Skip**: Existing series (by key) are skipped; changed episode data is updated
|
||||
4. **Log**: Migration results are logged at startup
|
||||
|
||||
Migration is idempotent and safe to run multiple times.
|
||||
|
||||
## Core Services
|
||||
|
||||
### SeriesApp (`src/core/SeriesApp.py`)
|
||||
|
||||
Reference in New Issue
Block a user