Tweak script

This commit is contained in:
Jorge Manrubia
2025-09-02 10:56:21 +02:00
parent a9d9351472
commit 4bcc1627e8
@@ -2,7 +2,9 @@
require_relative "../config/environment"
WEEKS_TO_BACKFILL = 20
WEEKS_TO_BACKFILL = 10
ActiveRecord::Base.logger = Logger.new(File::NULL)
ApplicationRecord.with_each_tenant do |tenant|
WEEKS_TO_BACKFILL.times do |index|