gary (owner)

Revisions

gist: 193751 Download_button fork
public
Public Clone URL: git://gist.github.com/193751.git
Embed All Files: show embed
Ruby #
1
2
3
>> OutgoingTextMessage.all(:client_id => 7).update!(:state => 'pending', :attempts => 0, :last_error => '')
 ~ (0.070989) UPDATE `outgoing_text_messages` SET `last_error` = '', `state` = 'pending', `attempts` = 0 WHERE (`client_id` = 7)