Im getting this error when running `prisma deploy`...
# orm-help
e
Im getting this error when running
prisma deploy
ERROR: There is a relation ambiguity during the migration. Please first name the old relation on your schema. The ambiguity is on a relation between Post and User. Please name relations or change the schema in steps.
Im not sure why? Also, If anyone can let me know what the
name
property does for `@relation`as I cant find it explained in the docs