During development, specific tables are created for system actions (e.g., menu items, roles, and permissions), and data is added to facilitate those processes. The data will be needed when the changes are migrated to production.
I want the ability to capture and insert these data as part of the promotion process.
The changes I was making that initiated this feature request did not include schema changes.
For example, I already have a permission table that is used to enforce what APIs a user is able to trigger (e g. create_task, update_task, read_task, delete_task, etc.).
I'm creating a new "activity" API, so I need new permission records (create_activity, update_activity, etc.) and I want to promote them at the same time I promote the new API.
Also, I sent you a pm about a potential bug in seed creation.