I have remixed my original app from months ago. At that time we had a unified DB. Now we have separate DBs for Dev and Production. I can’t seem to find a way to get back to using the unified DB. The agents are talking in circles on how to do it. I have ran the steps but the problem is I can see the UI in Replit app shows the production values when I ask the agent to make changes to the DB or correct DB inaccuracies it can only modify dev. It recommended removing the Dev DB but that sounds dangerous. Any suggestions?
1 Like
Hey @ericgurr ! I totally get that it’s annoying, but it’s definitely the best long-term option for developing projects, though right now there are some unintuitive aspects. When you’re trying to modify the production DB, what are you trying to change?
Also, your intuition is spot on: do not delete the dev database.
2 Likes
I assumed the agent was taking me down that path. Thanks for the feedback. I am going to use the DB SQL console and do any fixes that way.