I deleted a migration folder locally, and reset my...
# orm-help
t
I deleted a migration folder locally, and reset my local database. Now when I run
yarn prisma migrate deploy && yarn data-migrate up
on production, I get the following error:
migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: <https://pris.ly/d/migrate-resolve>
`The
folderName
migration started at 2022-09-12 112150.636936 UTC failed`
👀 1
v
👋 Hello @Ted Joe! I saw you posted a new question (see here) - is this still a problem or have you resolved it?
t
@Vladi Stevanovic Still an issue, I'll prob just have to reset the prod db
👀 1
r
Hi @Ted Joe 👋 Have you applied the steps in this documentation on fixing failed migrations?