Skip to content

Commit

Permalink
run migration manually
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Sep 26, 2024
1 parent b1995ce commit 969351f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module DataMigrations
class SetDeclineByDefaultAtAndDeclineByDefaultDaysToNil
TIMESTAMP = 20240925092609
MANUAL_RUN = false
MANUAL_RUN = true

def change
application_choices.in_batches(of: 4000) do |batch|
Expand Down

0 comments on commit 969351f

Please sign in to comment.