Remove unused attribute

Closes #747
This commit is contained in:
Artur Beljajev 2018-03-08 14:36:19 +02:00
parent 7f2ad25ee6
commit f7301c3aea
7 changed files with 7 additions and 11 deletions

View file

@ -0,0 +1,5 @@
class RemoveRegistrarBillingAddress < ActiveRecord::Migration
def change
remove_column :registrars, :billing_address
end
end