Hi, I'm having problem with prisma admin pannel, I made some changes to my schema and deployed again, but prisma admin panel kept the old queries. I know it's a feature so you can create custom queries and not lose them on schema change, but is there a way to ask prisma admin to generate queries again using the given schema ? (using prisma using the default docker-compose approach)
j
Jared
06/11/2019, 3:38 PM
clear the cache
n
NikolaBjelo
06/11/2019, 3:42 PM
Clearing the cache or even changing browser doesn't change a thing, looks like it's stored in the DB (as the prisma containers have no attached volume and restarting the container doesn't reset it either)
NikolaBjelo
06/11/2019, 3:42 PM
(and I cannot flush the DB sadly)
a
Austin Howlett
06/11/2019, 6:02 PM
Prisma deploy maybe?
n
NikolaBjelo
06/12/2019, 8:29 AM
nope, it updates the schemas and all but not the queries in the admin panel (which is by design so you don't lose your custom queries)
a
Austin Howlett
06/12/2019, 9:57 PM
Ahh that's interesting I havent used prisma admin yet.