added entity_type (there must be any)

This commit is contained in:
Jakub Trllo 2019-07-12 12:12:29 +02:00
parent b1a72ed43b
commit 0be2be6440

View file

@ -198,6 +198,7 @@ class CustomAttributeDoctor(BaseAction):
for key in to_create:
data = {
'key': key,
'entity_type': 'show',
'is_hierarchical': True,
'default': None
}