FIX: ensure corrected migration runs (#12137)

Some instances may have ran earier version of the migration. Ensure newer
one runs instead.
This commit is contained in:
Sam 2021-02-19 11:48:32 +11:00 committed by GitHub
parent 4ef642b300
commit 58de9e85be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
class MoveNewSinceToNewTable < ActiveRecord::Migration[6.0]
class MoveNewSinceToNewTableAgain < ActiveRecord::Migration[6.0]
disable_ddl_transaction!
BATCH_SIZE = 30_000