Stylianos Gakis
01/24/2023, 12:45 PMStylianos Gakis
01/24/2023, 12:45 PMmigrate
calls are run, and then all cleanup
calls are run.
Doesn’t this mean that one migration assumes that it will do the two actions sequentially? Like changing some keys, then cleaning them up directly. Since the order isn’t like that, if later a new migration is added to that list which assumes those old keys are cleaned up, it can potentially get conflicts by using the same keys, as when that second migration is running the old one will not have called the cleanup function yet.Rick Regan
01/24/2023, 3:19 PMStylianos Gakis
01/24/2023, 3:41 PMRick Regan
01/24/2023, 4:21 PM