Rename registrar "directo_handle" to "accounting_customer_code"

#343
This commit is contained in:
Artur Beljajev 2017-10-25 18:33:11 +03:00
parent bdb1090a40
commit ff9372baea
5 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class RenameRegistrarDirectoHandleToAccountingCustomerCode < ActiveRecord::Migration
def change
rename_column :registrars, :directo_handle, :accounting_customer_code
end
end