Aucune description http://j1x-huginn.herokuapp.com

20140525150040_add_service_id_to_agents.rb 122B

123456
  1. class AddServiceIdToAgents < ActiveRecord::Migration
  2. def change
  3. add_column :agents, :service_id, :integer
  4. end
  5. end