Skip to content

Instantly share code, notes, and snippets.

View mwadon's full-sized avatar

Mateusz Wadoń mwadon

  • PubNub
  • Poland
  • 18:59 (UTC +02:00)
  • X @mwadon
View GitHub Profile
@akondas
akondas / migration_diff.sh
Created April 25, 2016 18:26
Doctrine Migrations for multiple Entity Managers
#!/bin/bash
php app/console d:m:d --em=first --configuration=app/config/migration/first.yml
php app/console d:m:d --em=second --configuration=app/config/migration/second.yml
php app/console d:m:d --em=third --configuration=app/config/migration/third.yml