Skip to content

Tags: Traackr/cakephp-sqlmigration

Tags

0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from Traackr/EMP-1641-composer-updates

EMP-1641 Allow any version of composer/installers

0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from Traackr/obtain-db-lock

Obtain a db lock before running setup/update

0.5

Force verbose option for mysql command

Force verbose option (-vv) for mysql command to ensure it generates
output with number of rows affected by script. This output is capture by
the exec() PHP call and later displayed.

0.4

Output the SQL command output

Display the SQL script output captured during the exec() call.

0.3

Fix issue #3

Need to order versions by version number not created date when trying to
find when uograde to run. Versions could have been created in random
order if some older version where skipped and then run later (=> older
version but more recent created date).
Also fix status to SUCCESS

0.2

Merge pull request #2 from Traackr/issue_1_fix

fixes #1 skips errors, keeps track of error count, and reports error to ...

0.1

Code clean up and formatting + added some comments and output