doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.45k stars 202 forks source link

Exclude the Entity MigrationVersions by default for the purge #317

Open xidoc opened 4 years ago

xidoc commented 4 years ago

Hi !

It would be really cool to exclude by default the entity MigrationVersions so the SQL table migration_versions when the purge is executed.

The problem is when I modify an entity with make:entity and I modify this entity, the purge drop migration versions.

And for Api-Platform, it's not good because my docker container php crash (the migration is again applied so impossible to use php in this context)

Thank you for the good job.

I like FixturesBundle.