Uh oh!
There was an error while loading. Please reload this page.
Add migration for rendered_map_index column in task_instance table. - #37708
Conversation
Uh oh!
There was an error while loading. Please reload this page.
6d31c74 to
8aca98fComparejedcunningham
commented
Feb 27, 2024
Didn't we have a test to ensure migrations and models always build the same db? Wonder when that broke... |
potiuk
commented
Feb 27, 2024
We never had those. We have a migration test that runs the migration up and down - but we never compared if the result is the same as the Models we have. |
potiuk
commented
Feb 27, 2024
Just a watch-out - we have two migrations in-progress. I think we have a protection that will make the secon one not mergable if the first is but there will be some re-work needed once the other mighration is merged. #37731 |
uranusjr
commented
Feb 29, 2024
It’s interesting to me this does not show up in tests that use |
Add migration for rendered_map_index column added to task_instance table in PR #36797
related: #36797