mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Add registrar IBAN
This commit is contained in:
parent
10dbd83d50
commit
ca317ace45
8 changed files with 45 additions and 2 deletions
5
db/migrate/20190515113153_add_registrars_iban.rb
Normal file
5
db/migrate/20190515113153_add_registrars_iban.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrarsIban < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :iban, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue