Kevin Lanthier
03/16/2022, 5:50 PMmigrate deploy
or migrate dev
, Prisma fails to do so and attempts to remove my constraints.
It works when seeding from scratch, the constraint is picked-up and applied as part of the migration process, but past that whenever creating new migrations or just trying to apply a new one, I get into the same use case.
from my understanding, since it's manually added, the schema is unaware of that constraint, but due to the use case of that constraint, I cannot add that to the schema itself.
Thoughts ?do4gr