A PR that involves adding a column to Metabase internal DB

I’m working on a PR to fix this issue.
Part of the solution involves adding a column to the Metabase internal DB table permissions_group_membership.
Which files do I need to commit to for this part of the solution? Is it just the 000_migrations.yaml file?

Hi @King_Edward
Yes, all the migrations are handled in that yaml file.

BTW this is the PR.