Browse Source

Add \n to migration echo

feature/ldap
Chocobozzz 8 years ago
parent
commit
394289a6fa
  1. 2
      migration.php

2
migration.php

@ -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";
}
}

Loading…
Cancel
Save