Skip to content

Commit

Permalink
Remove composer custom migration commands
Browse files Browse the repository at this point in the history
  • Loading branch information
PirxDanford committed Nov 21, 2017
1 parent 472ce3d commit e966f84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -52,10 +52,7 @@
],
"oe:ide-helper:generate": [
"if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi"
],
"oe:migration:run": "oe-eshop-doctrine_migration migrations:migrate",
"oe:migration:new": "oe-eshop-doctrine_migration migrations:generate",
"oe:views:regenerate": "oe-eshop-db_views_regenerate"
]
},
"extra": {
"oxideshop": {
Expand Down

0 comments on commit e966f84

Please sign in to comment.