add tag types for sites and persons
[myplc.git] / db-config.d / 13-persontags
1 ########
2 default_person_tags = [
3     { 'tagname' : 'exempt_person_until',
4       'description' : 'Exclude this person from MyOps until given date (YYYYMMDD)',
5       'category' : 'person/myops', 
6       'min_role_id' : 10} ,
7 ]
8
9 for person_type in default_person_tags: SetTagType (person_type)