summaryrefslogtreecommitdiff
path: root/db/migrate/20161018024550_remove_priority_from_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161018024550_remove_priority_from_labels.rb')
-rw-r--r--db/migrate/20161018024550_remove_priority_from_labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161018024550_remove_priority_from_labels.rb b/db/migrate/20161018024550_remove_priority_from_labels.rb
index b7416cca664..4415a2e91af 100644
--- a/db/migrate/20161018024550_remove_priority_from_labels.rb
+++ b/db/migrate/20161018024550_remove_priority_from_labels.rb
@@ -2,7 +2,7 @@ class RemovePriorityFromLabels < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = true
- DOWNTIME_REASON = 'This migration removes an existing column'
+ DOWNTIME_REASON = 'This migration removes an existing column'.freeze
disable_ddl_transaction!