mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Added multiple streets to address
This commit is contained in:
parent
dc2ec5535f
commit
e8ddf2272e
5 changed files with 20 additions and 14 deletions
6
db/migrate/20140813102245_add_streets_to_address.rb
Normal file
6
db/migrate/20140813102245_add_streets_to_address.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddStreetsToAddress < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :addresses, :street2, :string
|
||||
add_column :addresses, :street3, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue