20130509053743_add_last_webhook_at_to_agents.rb 132B

    class AddLastWebhookAtToAgents < ActiveRecord::Migration def change add_column :agents, :last_webhook_at, :datetime end end