urban-meal-delivery/migrations/versions
Alexander Hess e4e543bd40
Add ORM models for the simulation data
- add new ORM models `ReplaySimulation` and `ReplayedOrder`
  to store the data generated by the routing simulations
- add migrations script to create the corresponding database tables
  + create "replay_simulations" and "replayed_orders" tables
  + add missing check constraints to "orders" table
  + add unique constraint to "orders" table to enable compound key
  + drop unnecessary check constraints from the "orders" table
- add tests for the new ORM models
  + add `simulation`, `replayed_order`, `make_replay_order()`, and
    `pre_order` fixtures
  + add `ReplayedOrderFactor` faker class
- fix some typos
2021-09-16 11:58:55 +02:00
..
rev_20200806_23_f11cd76d2f45_create_the_database.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210102_18_888e352d7526_add_pixel_grid.py Fix missing unique constraint drop 2021-01-05 22:32:24 +01:00
rev_20210106_19_e40623e10405_add_demand_forecasting.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210120_16_26711cd3f9b9_add_confidence_intervals_to_forecasts.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
rev_20210123_15_e86290e7305e_remove_orders_from_restaurants_with.py Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
rev_20210129_11_c2af85bada01_store_actuals_with_forecast.py Add Forecast.actual column 2021-01-31 18:29:53 +01:00
rev_20210202_12_8bfb928a31f8_rename_training_horizon_into_train_horizon.py Rename Forecast.training_horizon into .train_horizon 2021-02-02 13:09:09 +01:00
rev_20210301_16_b4dd0b8903a5_add_distance_matrix.py Add DistanceMatrix class 2021-09-12 16:51:10 +02:00
rev_20210914_13_81aa304d7a6e_add_simulation_data.py Add ORM models for the simulation data 2021-09-16 11:58:55 +02:00