mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Added custom contact id support
This commit is contained in:
parent
aa5cc83344
commit
767f7bb6df
13 changed files with 195 additions and 42 deletions
6
db/migrate/20150303130729_add_code_to_registrar.rb
Normal file
6
db/migrate/20150303130729_add_code_to_registrar.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddCodeToRegistrar < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :code, :string
|
||||
add_index :registrars, :code
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue