internetee-registry/db/migrate/20180308123240_remove_registrar_billing_address.rb
2021-04-26 18:54:26 +05:00

5 lines
138 B
Ruby

class RemoveRegistrarBillingAddress < ActiveRecord::Migration[6.0]
def change
remove_column :registrars, :billing_address
end
end