zibings / stoic-php-web

Apache License 2.0
0 stars 0 forks source link

Move JSON Migration Errors to End of Migration #13

Closed AndyM84 closed 4 months ago

AndyM84 commented 9 months ago

Currently migration errors are collected and output for each migration. This gets messy if there are any issues with the migration early on or if there's a consistent error. We should instead only show this info once.