I deleted all the tables in my database because my...
# orm-help
j
I deleted all the tables in my database because my
prisma deploy
wasn't updating the String type to the specified Enum type. But now I'm getting errors about
relation MY_TABLE doesn't exist
because it's still trying to run migrations instead of set everything up. Is there a way to clear it's migration cache?
j
I just manually delete the database then redeploy
j
How do you do that? Won't you have to change all your connection settings in prisma.yml and .graphqlconfig ?
j
What database type are you using
Mysql mongodb or ...
j
Sorry, postgresql
j
Login to server and delete it manually
👍 1