summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb')
-rw-r--r--db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb b/db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb
index 05ec4864a9e..ef864f490bb 100644
--- a/db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb
+++ b/db/post_migrate/20180914162043_encrypt_web_hooks_columns.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class EncryptWebHooksColumns < ActiveRecord::Migration
+class EncryptWebHooksColumns < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false