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

20131222211558_add_keep_events_for_to_agents.rb 162B

123456
  1. class AddKeepEventsForToAgents < ActiveRecord::Migration
  2. def change
  3. add_column :agents, :keep_events_for, :integer, :null => false, :default => 0
  4. end
  5. end