3
ace48
6y

Was feeling over-confident one day, wrote a delete query and pushed to production without double checking it.

Turns out the where clause always returned true and deleted all rows in the production table.

Mind you, from that day onwards I'm using update queries instead of delete..

Comments
Add Comment