summaryrefslogtreecommitdiff
path: root/db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb')
-rw-r--r--db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb b/db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb
index 7a6d0b089a0..5fcec83bfc3 100644
--- a/db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb
+++ b/db/post_migrate/20191030223057_backfill_version_author_and_created_at.rb
@@ -2,7 +2,7 @@
class BackfillVersionAuthorAndCreatedAt < ActiveRecord::Migration[5.2]
DOWNTIME = false
- MIGRATION = 'BackfillVersionDataFromGitaly'.freeze
+ MIGRATION = 'BackfillVersionDataFromGitaly'
BATCH_SIZE = 500
disable_ddl_transaction!