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