developeregrem/fewohbee

update broken due to doctrine changes

developeregrem opened this issue · 1 comments

composer update is broken because of a namespace change in doctrine used by the Fixtures, thus the application stoped to work after an update

to clean up old and unsused migratio run the following snippet:

php bin/console doctrine:migrations:version --delete "DoctrineMigrations\Version20200803113108"