mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
110687814-migrations_and_values
This commit is contained in:
parent
185e1d5c93
commit
577762a2bc
5 changed files with 24 additions and 3 deletions
5
db/migrate/20160225113801_add_up_id_value_to_domain.rb
Normal file
5
db/migrate/20160225113801_add_up_id_value_to_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUpIdValueToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :upid, :string
|
||||
end
|
||||
end
|
5
db/migrate/20160225113812_add_up_id_value_to_contact.rb
Normal file
5
db/migrate/20160225113812_add_up_id_value_to_contact.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUpIdValueToContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :upid, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue