class AddIniciativaIdToLoaAcoes < ActiveRecord::Migration[4.2]
  def change
    add_column :loa_acoes, :iniciativa_id, :integer
  end
end
