migrator functions updated

This commit is contained in:
2024-11-11 22:23:07 +03:00
parent f6135ced5f
commit ffb85a62f6
56 changed files with 567 additions and 485 deletions

View File

@@ -6,7 +6,7 @@ class AddEventFunctionality:
get_event_ids = Events.filter_all(
Events.function_code.in_([event["function_code"] for event in events]),
system=True
system=True,
).data
if get_event_ids:
return [(get_event.id, str(get_event.uu_id)) for get_event in get_event_ids]