Created
December 28, 2013 14:17
-
-
Save mrcmorales/7c99dde6bd830ee8b8a6 to your computer and use it in GitHub Desktop.
add all migrations in new database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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