Add \n to migration echo
This commit is contained in:
parent
c413a952d3
commit
394289a6fa
@ -48,7 +48,7 @@
|
|||||||
// Update schema to the new value
|
// Update schema to the new value
|
||||||
updateSchema($bdd, $migration_value);
|
updateSchema($bdd, $migration_value);
|
||||||
|
|
||||||
echo "Moved to schema $migration_value";
|
echo "Moved to schema $migration_value\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user