Whenever we push a commit to an open PR, we are kicking off a new preview Vercel deployment. At the same time we are running a seed script. The issue is that if a previous commit exists on that PR, we would be duplicating the data.
Is there a way to wipe the data so that the seed script basically refreshes the branch on every commit?
Thanks!