class AddPpaMetaIdToLoaMetasFisicas < ActiveRecord::Migration[4.2]
  def change
  	 add_column :loa_metas_fisicas, :ppa_meta_id, :integer
  end
end
