Prisma creates invalid migration when removing an index
theres a issue on github #26251 about a migration that duplicates a previous foreign key constraint name. that makes you need drop all data. There some way to fix without use relationMode as prisma?