mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Contact creation improvements
This commit is contained in:
parent
acb65c47d6
commit
6a456240fa
7 changed files with 39 additions and 7 deletions
5
db/migrate/20140702144833_countries_table_rename.rb
Normal file
5
db/migrate/20140702144833_countries_table_rename.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class CountriesTableRename < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :country_id, :countries
|
||||
end
|
||||
end
|
5
db/migrate/20140702145448_address_column_rename.rb
Normal file
5
db/migrate/20140702145448_address_column_rename.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddressColumnRename < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :addresses, :address, :street
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue