[ADDED] Hint to use git status

This commit is contained in:
Sebastian Grewe 2014-04-17 06:59:01 +02:00
parent 8a2fb4c659
commit 257941af54

View File

@ -32,6 +32,8 @@ function run_009() {
}
}
echo '! Use `git status` to clenaup any remaining left over folders' . PHP_EOL;
if ($db_version_now == $db_version_old && version_compare($db_version_now, DB_VERSION, '<')) {
// Run the upgrade
echo '- Starting database migration to version ' . $db_version_new . PHP_EOL;