luismottacampos / pt-osc

Ruby on Rails migrations via pt-online-schema-change
MIT License
24 stars 9 forks source link

Enforce ordering of migration commands #6

Open steverice opened 9 years ago

steverice commented 9 years ago

Currently all direct MySQL commands will be executed prior to all pt-osc commands. This can lead to issues, e.g. when altering a table and then dropping it, because the drop will run first.

eloraburns commented 8 years ago

Does this relate to #16, which blocks execute directives in a pt-osc migration?