mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Command to uninstall database tables for a certain module #466

Closed thomasjthomasj closed 6 years ago

thomasjthomasj commented 8 years ago

This PR adds a migrate:module:uninstall command for uninstalling tables for modules. The reason for this is that if you remove a module from the composer.json and then try to run migrate:run, it will error as it tries to load classes that are no longer installed