1 files changed, 1 insertions(+), 1 deletions(-)
M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +1 -1
@@ 193,7 193,7 @@ def catchup_notify_low_balance(db)
end
end
-def catchup_notify_possible_renewal
+def catchup_notify_possible_renewal(db)
db.query(<<~SQL).each do |c|
SELECT customer_id
FROM customer_plans INNER JOIN balances USING (customer_id)