Handling anvil.yaml in a git workflow

I avoid doing that because there isn’t any ability to run a migration on the hosted app. (Hence this feature request that you might want to upvote).

For changes to data table schema, I handle them manually on the prod side and only use a git workflow for the app’s code. I’d really like not to have to do this!

I half wrote up my worklfow in this gist which might be of interest.