When creating and executing database migration with the Flow Framework (and by that, Doctrine Migrations) you can find yourself wanting to execute code afterwards. A usecase could be Create your database migration First, create your…
Read more of Execute SQL queries or code before and after database migrations with Flow Framework