summaryrefslogtreecommitdiff
path: root/db/migrate/20150320234437_add_location_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150320234437_add_location_to_user.rb')
-rw-r--r--db/migrate/20150320234437_add_location_to_user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150320234437_add_location_to_user.rb b/db/migrate/20150320234437_add_location_to_user.rb
index 32731d37d75..cf273ff916e 100644
--- a/db/migrate/20150320234437_add_location_to_user.rb
+++ b/db/migrate/20150320234437_add_location_to_user.rb
@@ -1,4 +1,4 @@
-class AddLocationToUser < ActiveRecord::Migration
+class AddLocationToUser < ActiveRecord::Migration[4.2]
def change
add_column :users, :location, :string
end