Skip to content

Instantly share code, notes, and snippets.

@mrcmorales
Created December 28, 2013 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrcmorales/7c99dde6bd830ee8b8a6 to your computer and use it in GitHub Desktop.
Save mrcmorales/7c99dde6bd830ee8b8a6 to your computer and use it in GitHub Desktop.
add all migrations in new database
ls app/DoctrineMigrations | sed 's/[^0-9]*//g' | xargs -L 1 app/console doctrine:migrations:version --add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment