Initial commit
This commit is contained in:
5
db/migrate/20210420113539_change_city_in_profile.rb
Normal file
5
db/migrate/20210420113539_change_city_in_profile.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ChangeCityInProfile < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_reference :profiles, :city
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user