summaryrefslogtreecommitdiff
path: root/db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb')
-rw-r--r--db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb b/db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb
index 72f5c8d653b..ca8dbdba2bb 100644
--- a/db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb
+++ b/db/migrate/20180910115836_add_attr_encrypted_columns_to_web_hook.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class AddAttrEncryptedColumnsToWebHook < ActiveRecord::Migration
+class AddAttrEncryptedColumnsToWebHook < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false