diff options
author | Joris Guyonvarch | 2025-08-30 09:32:27 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-08-30 09:32:27 +0200 |
commit | 2a6bcee45086bca9128489de19908984ea1be0da (patch) | |
tree | 2e5e1b0e50109385b5d3daaabed00efb450f4b62 /sql/fixtures.sql | |
parent | 164538a57a5b7c19c993862a6badc85fd723380e (diff) |
Remove weekly report jobmain
Diffstat (limited to 'sql/fixtures.sql')
-rw-r--r-- | sql/fixtures.sql | 3 |
1 files changed, 1 insertions, 2 deletions
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'); |