Fixes #310. This updates the ORMPurger class to no longer ignore the schemaAssetFilter configuration attribute. This can cause issues when using DoctrineBundle 1.11 and DBAL 2.9 which no longer sets a filter expression but creates a schema asset filter.
Fixes #310. This updates the
ORMPurger
class to no longer ignore theschemaAssetFilter
configuration attribute. This can cause issues when using DoctrineBundle 1.11 and DBAL 2.9 which no longer sets a filter expression but creates a schema asset filter.