Add call type alias

This commit is contained in:
mbsantiago 2025-08-12 18:45:54 +01:00
parent 81c7b68b0b
commit 0bb703f3c1

View File

@ -91,6 +91,7 @@ terms.register_term_set(
"individual": individual.name,
"event": call_type.name,
"source": data_source.name,
"call_type": call_type.name,
},
),
override_existing=True,