internetee-registry/db/migrate/20171025110933_remove_registrar_exclude_in_monthly_directo.rb
2017-10-25 14:16:45 +03:00

5 lines
162 B
Ruby

class RemoveRegistrarExcludeInMonthlyDirecto < ActiveRecord::Migration
def change
remove_column :registrars, :exclude_in_monthly_directo, :string
end
end