|
40170046c5
|
Make order_item.price nullable
There are some order items in the DB where product = NULL so price
cannot be defined for them.
|
2020-01-26 21:03:14 +01:00 |
|
|
7e476c39dc
|
Drop migration of "paid" to non-nullable
The DB contains NULLs here, and I'll just leave them be.
|
2020-01-26 19:48:31 +01:00 |
|
|
4b99eff7c8
|
Put migration table in migration to avoid import troubles
|
2020-01-26 19:39:21 +01:00 |
|
|
2313f0bcb5
|
Write migration -- don't run, not tested
|
2020-01-26 18:53:14 +01:00 |
|
|
ecaff42ba4
|
Generate migration -- do not run in production
This is the migration that was automatically generated. If you run this
version, historical data WILL be corrupted beyond repair.
|
2020-01-26 16:32:37 +01:00 |
|