From b73a65334a71c86c08dbca1446bc3ddc7baf1b3e Mon Sep 17 00:00:00 2001 From: scx1332 Date: Wed, 11 Sep 2024 15:28:33 +0200 Subject: [PATCH] Added post migration to sum paid activities into agreements --- core/payment/migrations/2024-08-12-171012_extended_order/up.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/core/payment/migrations/2024-08-12-171012_extended_order/up.sql b/core/payment/migrations/2024-08-12-171012_extended_order/up.sql index cd83809d7..3277924b3 100644 --- a/core/payment/migrations/2024-08-12-171012_extended_order/up.sql +++ b/core/payment/migrations/2024-08-12-171012_extended_order/up.sql @@ -188,4 +188,3 @@ CREATE TABLE pay_post_migration( -- update total_paid in pay_agreement after migrations INSERT INTO pay_post_migration (job) VALUES ('sum_activities_into_agreement'); -INSERT INTO pay_post_migration (job) VALUES ('dummy_job');