hotfix: drop is_optional + condition_flag refs from mig 125 (both dropped in earlier mig; unblock prod)

This commit is contained in:
mAi
2026-05-25 16:12:13 +02:00
parent 7aed8e4ec5
commit f4dee97493

View File

@@ -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',