class RemoveFieldsFromPixteches < ActiveRecord::Migration
  def change
    remove_column :pixteches, :footer, :string
    remove_column :pixteches, :logo_login, :string
    remove_column :pixteches, :logo_home, :string
    remove_column :pixteches, :favicon, :string
    remove_column :pixteches, :watermark, :string
    remove_column :pixteches, :pp2_access, :string
    remove_column :pixteches, :url_in, :string
    remove_column :pixteches, :url_out, :string
    remove_column :pixteches, :full_name, :string
  end
end
