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