summaryrefslogtreecommitdiff
path: root/db/migrate/20150713160110_add_project_view_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150713160110_add_project_view_to_users.rb')
-rw-r--r--db/migrate/20150713160110_add_project_view_to_users.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150713160110_add_project_view_to_users.rb b/db/migrate/20150713160110_add_project_view_to_users.rb
index 0de5a93035c..fea63576187 100644
--- a/db/migrate/20150713160110_add_project_view_to_users.rb
+++ b/db/migrate/20150713160110_add_project_view_to_users.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddProjectViewToUsers < ActiveRecord::Migration
+class AddProjectViewToUsers < ActiveRecord::Migration[4.2]
def change
add_column :users, :project_view, :integer, default: 0
end