summaryrefslogtreecommitdiff
path: root/db/migrate/20161025231710_migrate_jira_to_gem.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161025231710_migrate_jira_to_gem.rb')
-rw-r--r--db/migrate/20161025231710_migrate_jira_to_gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161025231710_migrate_jira_to_gem.rb b/db/migrate/20161025231710_migrate_jira_to_gem.rb
index 870b00411d2..38824ba9fe5 100644
--- a/db/migrate/20161025231710_migrate_jira_to_gem.rb
+++ b/db/migrate/20161025231710_migrate_jira_to_gem.rb
@@ -1,7 +1,7 @@
class MigrateJiraToGem < ActiveRecord::Migration
DOWNTIME = true
- DOWNTIME_REASON = <<-HEREDOC
+ DOWNTIME_REASON = <<-HEREDOC.freeze
Refactor all Jira services properties(serialized field) to use new jira-ruby gem.
There were properties on old Jira service that are not needed anymore after the
service refactoring: api_url, project_url, new_issue_url, issues_url.