V0 creates SQL but no run option?

I have been working with v0 and Supabase for several months now. And typically when v0 recommends database changes or requires context from my database, it provides SQL code that I can execute in our chat to retrieve the necessary context or change any database tables.

However I’ve recently noticed a change in behavior where v0 generates SQL files, or sends me the code directly in the chat without a run option, rather displaying this run option. When I request that v0 provide the SQL code in the chat so I can execute it locally it does not give me this run option anymore I’m forced to explain all the context needed manually for v0 to understand what I’m asking it to do which causes me to have to spend more credits.

I’m uncertain whether this is an issue with my setup or a recent platform change. Could you help me understand what might be causing this and how I can restore the previous functionality? I’ve included screenshots below that show the difference between the previous chats (with the run option) and the current chats I am getting. Thanks!



Hi! Could you share the chat ID where you’re seeing this? v0 shouldn’t generate SQL in the main chat for you to run anymore - it should just generate it as a code file in a /scripts folder which you can run from there!

The chat link will help me figure out where we went wrong.

1 Like

It creates these files and I can execute them but v0 does not gain the context from the response from my database, with the run option v0 was able to see the output and make decisions based on that context, is there anyway i can revert to that run option for chats or for v0 to get context from the sql being executed? Thanks