Hi there, I'm having trouble making prisma create the tables for my existing model/schema into a new database.
I already have everything setup and working but I accidentally deleted the local postgres db I was using, now after I created the db again with the same name, prisma deploy always says everything is up to date and never creates the tables again.
How can I force prisma to create again or delete the cache where prisma checks for this "everything is up to date", would it be in docker somehow?