summaryrefslogtreecommitdiff
path: root/db/migrate/20180722103201_add_private_profile_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180722103201_add_private_profile_to_users.rb')
-rw-r--r--db/migrate/20180722103201_add_private_profile_to_users.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180722103201_add_private_profile_to_users.rb b/db/migrate/20180722103201_add_private_profile_to_users.rb
index 4f7ef1322d8..c8d917065bb 100644
--- a/db/migrate/20180722103201_add_private_profile_to_users.rb
+++ b/db/migrate/20180722103201_add_private_profile_to_users.rb
@@ -1,7 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class AddPrivateProfileToUsers < ActiveRecord::Migration
+class AddPrivateProfileToUsers < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change