Releases: vierge-noire/cakephp-test-migrator
Releases · vierge-noire/cakephp-test-migrator
Allow separate truncation
Thanks at @raul338 for this improvement!
Allow separate truncation
Allow run migrations without truncating (#24) (#26) * Allow run migrations without truncating * Truncate all connections by default * Update Documentation Co-authored-by: Raúl Arellano <[email protected]>
Migrations status feedback
Migrations status feedback
Information on a connection's migration status will be obtained as follows:
$migrator = Migrator::migrate();
$connectionsWithModifiedStatus = $migrator->getConnectionsWithModifiedStatus();
Migrations status feedback
Migrations status feedback
Information on a connection's migration status will be obtained as follows:
$migrator = Migrator::migrate();
$connectionsWithModifiedStatus = $migrator->getConnectionsWithModifiedStatus();
Support views
Views are now ignored from the drop/truncation process. This solves #17.
Thanks to @Rakasch for spotting that issue!
Support views
Views are now ignored from the drop/truncation process. This solves #17.
Thanks to @Rakasch for spotting that issue!
Migrator going Cake
Minor changes to get the migrator ready to integrate CakePHP core.
The migrator is now verbose if you set its second parameter to true!
Migrator going Cake
Cake3 next (#16) * #8 Makes the migrator independent from the test suite light * 8 Test fixes * #8 Minor fixes * #8 Minor fixes * #8 Workflow refined * #14 enables the dumping of sql files. * #14 Type fix * Messages updated
Alias connections before running migrations
Merge pull request #6 from vierge-noire/next Alias connections before running migrations
Alias connections before running migrations
Merge pull request #7 from vierge-noire/cake3_next Alias connections before running migrations