class AddPaginaPrincipalToPpaPpa < ActiveRecord::Migration[4.2]
  def change
    add_column :ppa_ppas, :pagina_principal, :text
  end
end
