Add \n to migration echo

This commit is contained in:
Chocobozzz 2017-02-07 20:23:21 +01:00
parent c413a952d3
commit 394289a6fa

View File

@ -48,7 +48,7 @@
// Update schema to the new value
updateSchema($bdd, $migration_value);
echo "Moved to schema $migration_value";
echo "Moved to schema $migration_value\n";
}
}