From 2a6bcee45086bca9128489de19908984ea1be0da Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 30 Aug 2025 09:32:27 +0200 Subject: Remove weekly report job --- sql/fixtures.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/fixtures.sql b/sql/fixtures.sql index 74e91b7..913c3ba 100644 --- a/sql/fixtures.sql +++ b/sql/fixtures.sql @@ -42,5 +42,4 @@ VALUES INSERT INTO jobs(name) VALUES - ('MonthlyPayment'), - ('WeeklyReport'); + ('MonthlyPayment'); -- cgit v1.2.3