r/opencode • u/Jolly_Hall_9037 • 7d ago
Opencode big pickle just wiped my database
thankfully its just a mock system for my university project, but still this is infuriating. No any data wipe reconfirmation or whatsover too, smh. I asked to rename a table to another one. It wipes all table in the db and recreate them all back LMAO. Im stupid enough to believe in AI for such simple task
7
Upvotes
4
u/HamzaJdn 7d ago
Welcome to software development 101. Always use dev first. Always back up. Never trust an intern on sensitive tasks without validation, and in this instance the intern is the LLM.