hotfix: drop is_optional + condition_flag refs from mig 125 (both dropped in earlier mig; unblock prod)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user