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