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