proophessor-do-symfony
proophessor-do-symfony copied to clipboard
Create migrations
Update dependencies, fix deprecations notes, add migrations
Just FYI, when running against postgres:
Thanks for the hint @mbadolato. @f1r3starter can you update the PR?
@mbadolato Thanks for pointing out! Fixed @prolic PR updated, also added commented postgresql block to docker-compose.yml and .env connection, just in case if someone would like to test it with postgres instead of mysql
@prooph/symfony-team please check
Does a migration run when named something arbitrary? I always thought that Doctrine Migrations needed the naming scheme to match up what the latest is in the database and determine what is next and hasn't yet run.
Hmm, yep as suspected. When I named the migration file the same as the last commit, the migration failed. Naming it back to the original and the migration ran.
Or is there a config setting that needs to be changed to allow?