migrations
migrations copied to clipboard
Implement Symfony console progress bar
https://symfony.com/doc/current/components/console/helpers/progressbar.html
We should be able to advance the progress bar for each sql query that gets executed in a migration.
Looks displaying multiple progress bars is only possible in SF 4.1+, that's quite unfortunate. :/ https://symfony.com/doc/current/components/console/helpers/progressbar.html#displaying-multiple-progress-bars
Definitly would be useful if it doesn't exist right now