MMP
MMP copied to clipboard
Tool to versioning MySQL database schema with VCS
Hi, is there a way to get a proper error for a query, rollback the applied changes and stop the following ones? If not, is this in roadmap o can...
Hi @idler ! You do very good work here. Thanks ! I have one problem with this tool.. When I create the schema all work ok, but When I change...
Problems with removing a view. Query "DROP TABLE IF EXISTS `view_members`" doesn't work with views, "DROP VIEW" needed. And param "DEFINER=`book`@`localhost`" is not needed. class Migration1355231072 extends AbstractMigration { protected...