Howto use Doctrine repositories with migrations
March 30, 2019 No Comments on Howto use Doctrine repositories with migrationsToday I wanted to do something other than usual: I wanted to convert a couple of fields in my database and fill them automatically while doing the migration. Now I’ve done this before, create a preUp, save the data I need, and in the postUp convert this data to the new fields. This day was…
Read more