anyone ever seen this error before running `prisma...
# prisma-migrate
j
anyone ever seen this error before running
prisma migrate up --experimental
(this is in version 2.12): ‘Error: Error in command input: Could not load migration from database.’
j
So 2.12 migrate is now legacy, I would recommend you to switch to the new version 2.13 and up with this tutorial https://www.prisma.io/docs/guides/prisma-guides/add-prisma-migrate-to-a-project Latest Migrate docs are here https://www.prisma.io/docs/concepts/components/prisma-migrate
j
planning to soon
💚 1
was hoping to wait until it’s out of preview, but i guess since we’re already using something experimental then upgrading would be a step in the right direction
👍 2
j
Because the new Migrate is using pure SQL in the migration files it’s easier to review what happens too
💯 2