Stačí předat --em
parametr při generování diff
.
Příklad:
php app/console doctrine:migrations:diff --em=uac # will use uac entity manager
php app/console doctrine:migrations:diff # will use the default entity manager
Chcete-li vyloučit vlastní tabulky z odebrání, použijte:
doctrine:
dbal:
schema_filter: ~^(?!t_)~
podle toto document, alternativně můžete předat argument filtru za běhu:
app/console doctrine:migrations:diff --em=uac --filter-expression=/whatever/