No Description http://j1x-huginn.herokuapp.com
class AddDisabledToAgent < ActiveRecord::Migration def change add_column :agents, :disabled, :boolean, :default => false, :null => false end end