summaryrefslogtreecommitdiff
path: root/db/migrate/20160824124900_add_table_issue_metrics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160824124900_add_table_issue_metrics.rb')
-rw-r--r--db/migrate/20160824124900_add_table_issue_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160824124900_add_table_issue_metrics.rb b/db/migrate/20160824124900_add_table_issue_metrics.rb
index 9e52c54a35b..e9bb79b3c62 100644
--- a/db/migrate/20160824124900_add_table_issue_metrics.rb
+++ b/db/migrate/20160824124900_add_table_issue_metrics.rb
@@ -10,7 +10,7 @@ class AddTableIssueMetrics < ActiveRecord::Migration
# When a migration requires downtime you **must** uncomment the following
# constant and define a short and easy to understand explanation as to why the
# migration requires downtime.
- DOWNTIME_REASON = 'Adding foreign key'.freeze
+ DOWNTIME_REASON = 'Adding foreign key'
# When using the methods "add_concurrent_index" or "add_column_with_default"
# you must disable the use of transactions as these methods can not run in an