Hi im using vercel, github integration.
I have it working so that when we create a new PR on a worktree branch a supabase branch is created and the development is done within that branch. that works really nice.
When i go to Merge Requests it only shows me a link to the PR on github. From the video on branching it says that it validates the schema to check for any issues, but i can only essentially do a merge request and the database receives the new migration files. Is it possible to do a Merge Request and resolve any issues before we merge the schema to my production database?