Skip to content

Releases: vierge-noire/cakephp-test-migrator

Allow separate truncation

19 Sep 22:28
4fd8528
Compare
Choose a tag to compare

Thanks at @raul338 for this improvement!

Allow separate truncation

19 Sep 22:29
59716b6
Compare
Choose a tag to compare
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

26 Jul 21:55
280abc2
Compare
Choose a tag to compare

Migrations status feedback

Information on a connection's migration status will be obtained as follows:

$migrator = Migrator::migrate();
$connectionsWithModifiedStatus = $migrator->getConnectionsWithModifiedStatus();

Migrations status feedback

26 Jul 21:58
fa68087
Compare
Choose a tag to compare

Migrations status feedback

Information on a connection's migration status will be obtained as follows:

$migrator = Migrator::migrate();
$connectionsWithModifiedStatus = $migrator->getConnectionsWithModifiedStatus();

Support views

24 May 18:58
8fe35e7
Compare
Choose a tag to compare

Views are now ignored from the drop/truncation process. This solves #17.

Thanks to @Rakasch for spotting that issue!

Support views

24 May 18:59
d724453
Compare
Choose a tag to compare

Views are now ignored from the drop/truncation process. This solves #17.

Thanks to @Rakasch for spotting that issue!

Migrator going Cake

23 Apr 14:08
ee3d17b
Compare
Choose a tag to compare

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

23 Apr 14:09
fd99396
Compare
Choose a tag to compare
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

12 Mar 23:57
c373fc8
Compare
Choose a tag to compare
Merge pull request #6 from vierge-noire/next

Alias connections before running migrations

Alias connections before running migrations

12 Mar 23:58
a517980
Compare
Choose a tag to compare
Merge pull request #7 from vierge-noire/cake3_next

Alias connections before running migrations