summaryrefslogtreecommitdiff
path: root/db/migrate/20161130095245_fill_routes_table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161130095245_fill_routes_table.rb')
-rw-r--r--db/migrate/20161130095245_fill_routes_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161130095245_fill_routes_table.rb b/db/migrate/20161130095245_fill_routes_table.rb
index ccd2cceee0c..c3536d6d911 100644
--- a/db/migrate/20161130095245_fill_routes_table.rb
+++ b/db/migrate/20161130095245_fill_routes_table.rb
@@ -5,7 +5,7 @@ class FillRoutesTable < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = true
- DOWNTIME_REASON = 'No new namespaces should be created during data copy'.freeze
+ DOWNTIME_REASON = 'No new namespaces should be created during data copy'
def up
execute <<-EOF