TFW you start writing a change to the program logic, then realize that because of the way you’d written it in the first place, you don’t actually need to rewrite any code, just run a single SQL update.
@brion replies: DELETE FROM `bugs` WHERE severity > 0
IF ONLY!!!!!