Last active
July 13, 2016 15:19
-
-
Save audriusrudalevicius/83c387516834ba31f440bfbf25c0d0c2 to your computer and use it in GitHub Desktop.
This file contains 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
update: | |
bin/manager --copy-configs | |
composer install | |
npm install | |
bower install | |
git ls-files --others --exclude-standard | grep db-evolutions | xargs -i '{}' rm {} || true | |
bin/manager -c # clear cache | |
bin/manager --drop-all-tables | |
bin/manager -m # run migrations | |
bin/manager --doctrine-fixture-load | |
rm -fr web/images/ | |
rm -fr web/css/ | |
rm -fr web/js/ | |
gulp run | |
migrate_diff: | |
git ls-files --others --exclude-standard | grep db-evolutions | xargs -i '{}' rm {} || true | |
bin/manager -s # generate migration diff | |
bin/runTests -l | |
migrate: | |
bin/manager -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment