Changes between Initial Version and Version 1 of Ticket #31416, comment 18
- Timestamp:
- Apr 18, 2020, 8:31:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31416, comment 18
initial v1 12 12 > Hope that helps you write a test. Once there's a failing test it should be easier to try find the fix. 13 13 14 Hi Adam, 15 14 16 So, my code should be correct by using `self.get_changes([Readable], [Readable with no fields, Book, Magazine])`. but my code meant to fix this issue wasn't executed when I use `self.get_changes` while doing two separate migrations will execute my added code, which is confusing. Also I suspect that the first migration will construct a `loader.graph` that will reorder the action operations.