show/hide this revision's text 2 spelling mistake

I had just imported a bunch of old data into a new system, had taken about 5 hours and was due to go life live two hours later, this was around 4 in the morning.

For some reason I tried to delete something:

DELETE from important_table; where id=4

Yeah, I didn't notice the semicolon either. And no, there was no safety net.

    Post Made Community Wiki by Community
show/hide this revision's text 1

I had just imported a bunch of old data into a new system, had taken about 5 hours and was due to go life two hours later, this was around 4 in the morning.

For some reason I tried to delete something:

DELETE from important_table; where id=4

Yeah, I didn't notice the semicolon either. And no, there was no safety net.