Add registrar IBAN

This commit is contained in:
Artur Beljajev 2019-05-15 15:17:43 +03:00
parent 10dbd83d50
commit ca317ace45
8 changed files with 45 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class AddRegistrarsIban < ActiveRecord::Migration
def change
add_column :registrars, :iban, :string
end
end