Advertisement
kromm77

symfony database change workflow

Aug 29th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. cd /vagrant/config
  2. #Alter schema.yml
  3. cd /vagrant/
  4. php symfony propel-convert-yml-schema
  5. cd /vagrant/config
  6. gzip  schema.yml
  7. cd /vagrant/
  8. php symfony propel-build-model
  9. cd /vagrant/config
  10. gunzip schema.yml.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement