summaryrefslogtreecommitdiff
path: root/db/migrate/20151012173029_set_jira_service_api_url.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151012173029_set_jira_service_api_url.rb')
-rw-r--r--db/migrate/20151012173029_set_jira_service_api_url.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20151012173029_set_jira_service_api_url.rb b/db/migrate/20151012173029_set_jira_service_api_url.rb
index 2b6f61428c0..91cc6bbc783 100644
--- a/db/migrate/20151012173029_set_jira_service_api_url.rb
+++ b/db/migrate/20151012173029_set_jira_service_api_url.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class SetJiraServiceApiUrl < ActiveRecord::Migration
+class SetJiraServiceApiUrl < ActiveRecord::Migration[4.2]
# This migration can be performed online without errors, but some Jira API calls may be missed
# when doing so because api_url is not yet available.