Fix order import mapping and lot auto-switch robustness

This commit is contained in:
2026-03-29 21:52:26 +02:00
parent bcf1f5523e
commit 3b8a8aeb69
4 changed files with 377 additions and 25 deletions

View File

@@ -6,6 +6,7 @@
2. `db/migrations/0002_phase1_seed_methods.sql`
3. `db/migrations/0003_phase1_inventory_forecast.sql`
4. `db/migrations/0004_phase1_direct_sales.sql`
5. `db/migrations/0005_phase1_auto_switch_fix.sql`
## Beispielausfuehrung
@@ -14,6 +15,7 @@ psql "$DATABASE_URL" -f db/migrations/0001_phase1_core.sql
psql "$DATABASE_URL" -f db/migrations/0002_phase1_seed_methods.sql
psql "$DATABASE_URL" -f db/migrations/0003_phase1_inventory_forecast.sql
psql "$DATABASE_URL" -f db/migrations/0004_phase1_direct_sales.sql
psql "$DATABASE_URL" -f db/migrations/0005_phase1_auto_switch_fix.sql
```
## Enthaltene Kernlogik in `0001`