migrator functions updated
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user