doctrine / data-fixtures

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

Revert "Don't purge read-only marked table" #406

Closed greg0ire closed 1 year ago

greg0ire commented 1 year ago

This reverts commit c152bb18b0a5aecb804672ce99253837891dac11. As pointed out in https://github.com/doctrine/data-fixtures/pull/405#issuecomment-1252383158 the read-only name is misleading, it only means rows cannot be updated, but they can still be inserted.