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:
parent
4ef642b300
commit
58de9e85be
|
@ -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
|
||||
|
Loading…
Reference in New Issue