@mattbostoc don't know if you'll see this. But you shouldn't be using seeders on production, they're for test data only. Migrations are what you should be using for one way data changes, structure or content. You can read in more detail about it in the phinx docs
@mattbostoc don't know if you'll see this. But you shouldn't be using seeders on production, they're for test data only. Migrations are what you should be using for one way data changes, structure or content. You can read in more detail about it in the phinx docs