Fix order import mapping and lot auto-switch robustness
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user