summaryrefslogtreecommitdiff
path: root/db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb')
-rw-r--r--db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb b/db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb
index a0e76c2186e..96ba5fbd816 100644
--- a/db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb
+++ b/db/migrate/20181027114222_add_first_day_of_week_to_user_preferences.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class AddFirstDayOfWeekToUserPreferences < ActiveRecord::Migration
+class AddFirstDayOfWeekToUserPreferences < ActiveRecord::Migration[5.0]
DOWNTIME = false
def change