mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
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…
x
Reference in New Issue
Block a user