Merge pull request 'entity-type-hotfix: поправил миграцию с entity-type' (#44) from entity-type-hotfix into test
Reviewed-on: #44 Reviewed-by: Raykov-MS <RaykovMS@avt.rshb.ru>
This commit is contained in:
commit
9f652e5b94
@ -527,7 +527,7 @@ def upgrade() -> None:
|
|||||||
PERFORM v3.log_event(
|
PERFORM v3.log_event(
|
||||||
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'entity_type', 'form',
|
'entity_type', 'task',
|
||||||
'entity_id', p_budget_form_id,
|
'entity_id', p_budget_form_id,
|
||||||
'core_entity_type', 'form_phase',
|
'core_entity_type', 'form_phase',
|
||||||
'core_entity_id', v_phase_id,
|
'core_entity_id', v_phase_id,
|
||||||
@ -595,7 +595,7 @@ def upgrade() -> None:
|
|||||||
PERFORM v3.log_event(
|
PERFORM v3.log_event(
|
||||||
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'entity_type', 'form',
|
'entity_type', 'task',
|
||||||
'entity_id', p_budget_form_id,
|
'entity_id', p_budget_form_id,
|
||||||
'core_entity_type', 'form_phase',
|
'core_entity_type', 'form_phase',
|
||||||
'core_entity_id', v_phase_id,
|
'core_entity_id', v_phase_id,
|
||||||
@ -726,7 +726,7 @@ def upgrade() -> None:
|
|||||||
PERFORM v3.log_event(
|
PERFORM v3.log_event(
|
||||||
'ACCESS_EXTEND', 'ACCESS',
|
'ACCESS_EXTEND', 'ACCESS',
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'entity_type', 'form',
|
'entity_type', 'task',
|
||||||
'entity_id', p_budget_form_id,
|
'entity_id', p_budget_form_id,
|
||||||
'core_entity_type', 'form_phase',
|
'core_entity_type', 'form_phase',
|
||||||
'core_entity_id', v_phase_id,
|
'core_entity_id', v_phase_id,
|
||||||
@ -752,7 +752,7 @@ def upgrade() -> None:
|
|||||||
PERFORM v3.log_event(
|
PERFORM v3.log_event(
|
||||||
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
'ACCESS_WINDOW_CHANGE', 'ACCESS',
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'entity_type', 'form',
|
'entity_type', 'task',
|
||||||
'entity_id', p_budget_form_id,
|
'entity_id', p_budget_form_id,
|
||||||
'core_entity_type', 'form_phase',
|
'core_entity_type', 'form_phase',
|
||||||
'core_entity_id', v_phase_id,
|
'core_entity_id', v_phase_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user