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