diff --git a/backend/src/main/resources/db/dev-migration/V7__seed_processing_order.sql b/backend/src/main/resources/db/dev-migration/V7__seed_processing_order.sql index d652424..2160a7e 100644 --- a/backend/src/main/resources/db/dev-migration/V7__seed_processing_order.sql +++ b/backend/src/main/resources/db/dev-migration/V7__seed_processing_order.sql @@ -10,5 +10,4 @@ VALUES ( NULL, TIMESTAMP '2026-05-16 09:00:00', TIMESTAMP '2026-05-16 09:00:00' -) -ON CONFLICT (id) DO NOTHING; +);