20130509053743_add_last_webhook_at_to_agents.rb 132 B

12345
  1. class AddLastWebhookAtToAgents < ActiveRecord::Migration
  2. def change
  3. add_column :agents, :last_webhook_at, :datetime
  4. end
  5. end