You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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