[ADDED] Hint to use git status
This commit is contained in:
parent
8a2fb4c659
commit
257941af54
@ -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, '<')) {
|
if ($db_version_now == $db_version_old && version_compare($db_version_now, DB_VERSION, '<')) {
|
||||||
// Run the upgrade
|
// Run the upgrade
|
||||||
echo '- Starting database migration to version ' . $db_version_new . PHP_EOL;
|
echo '- Starting database migration to version ' . $db_version_new . PHP_EOL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user