Keine Beschreibung http://j1x-huginn.herokuapp.com

20130509053743_add_last_webhook_at_to_agents.rb 132B

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