From f4dee9749374d3566d6af7f27480b34946bef872 Mon Sep 17 00:00:00 2001 From: mAi Date: Mon, 25 May 2026 16:12:13 +0200 Subject: [PATCH] hotfix: drop is_optional + condition_flag refs from mig 125 (both dropped in earlier mig; unblock prod) --- .../migrations/125_cross_cutting_filter_legal_source.up.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/db/migrations/125_cross_cutting_filter_legal_source.up.sql b/internal/db/migrations/125_cross_cutting_filter_legal_source.up.sql index 14db223..a7449a5 100644 --- a/internal/db/migrations/125_cross_cutting_filter_legal_source.up.sql +++ b/internal/db/migrations/125_cross_cutting_filter_legal_source.up.sql @@ -55,7 +55,6 @@ INSERT INTO paliad.deadline_rules ( name_en, primary_party, event_type, - is_optional, is_court_set, is_spawn, duration_value, @@ -69,7 +68,6 @@ INSERT INTO paliad.deadline_rules ( deadline_notes_en, legal_source, condition_expr, - condition_flag, sequence_order, is_active, priority, @@ -91,7 +89,6 @@ SELECT NULL::text, false, false, - false, 2, 'months', 'after', @@ -103,7 +100,6 @@ SELECT 'Period is 2 months from removal of the obstacle (UPC R.320 RoP). Latest 12 months after expiry of the missed deadline.', 'UPC.RoP.320', NULL::jsonb, - NULL::text[], 1207, true, 'mandatory',