mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Address depricated, new contact requires, domain_contacts refactor
This commit is contained in:
parent
0e252b0b6b
commit
5fd73b037a
38 changed files with 402 additions and 501 deletions
9
db/migrate/20150318114921_add_address_attributes.rb
Normal file
9
db/migrate/20150318114921_add_address_attributes.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class AddAddressAttributes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :city, :string
|
||||
add_column :contacts, :street, :text
|
||||
add_column :contacts, :zip, :string
|
||||
add_column :contacts, :country_code, :string
|
||||
add_column :contacts, :state, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue