When using the "connect to an existing neon account" Vercel/Neon integration the Neon preview branches are create from the neon project default branch. this is not good because customer data gets spread everywhere. so I want to either select the parent branch to use for the preview branches or change the default branch to our "staging" branch.
If I do the latter then the Neon/Vercel integration will try to set the Vercel Production database env vars to the "staging" database. this is obviously no good either.
Are you going to tell me that data masking is on the only solution here? that seems like a big effort.