P
Prisma•2w ago
Rhys

v7 Upgrade issues

I have followed everything in the docs for Nextjs, Planetscale + Prisma 7 and im getting this when I run prisma studio
VT13001: [BUG] pushed wrong predicate to the join: c.TABLE_SCHEMA = t.TABLE_SCHEMA
VT13001: [BUG] pushed wrong predicate to the join: c.TABLE_SCHEMA = t.TABLE_SCHEMA
8 Replies
Prisma AI Help
Prisma AI Help•2w ago
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the #ask-ai channel awaits if you're curious!
Rhys
RhysOP•2w ago
No description
Nurul
Nurul•2w ago
I haven't tested this with PlanetScale yet. When you say PlanetScale do you mean MySQL or Postgres offering of PlanetScale?
Igal
Igal•7d ago
Hey 👋 Sorry about that. The first iteration only supports PostgreSQL, MySQL (not Vitess [PlanetScale]) and SQLite. This is being tracked at https://github.com/prisma/studio/issues/1398.
Rhys
RhysOP•6d ago
Very frustrating and disappointing that support for it has randomly been dropped.
Igal
Igal•6d ago
Nothing's random about it. There were more urgent things to be tackled in the first iteration. Support for more kinds of databases will increase in scope over time.
Rhys
RhysOP•6d ago
So people using Planetscale mysql just cant upgrade to v7 then or is there a way to use legacy studio?
Igal
Igal•5d ago
afaik old studio is built on top of the rust runtime engine, which is no longer in use in v7. in theory, you could try npx prisma@6 studio --config=./prisma-studio.config.ts where the secondary config resolves a v6 schema.prisma file (with datasource.url still in it).

Did you find this page helpful?