Is there a recommend way to use Prisma with Timescale? I get it to work, but I have issue when I run prisma migrate dev or reset.
I host my instance locally with docker, so I guess prisma drops the db and the extension gets removed also. But after a bit it’s installed but not befor my migration script is installed. So it fails ether that the extension already exist or when I try to re create the hydrated table that the command dose not exist