doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Added the option to exclude tables/views from purge #224

Closed YaoOcelotl closed 8 years ago

mikeSimonson commented 8 years ago

@YaoOcelotl If you need to exclude tables or views, you need to use the filter option from configuration class of doctrine. If the entity manager that you pass to the data fixture is configured with the connection that exclude your tables you won't have any issue.