add tag types for sites and persons
[myplc.git] / db-config.d / 13-persontags
diff --git a/db-config.d/13-persontags b/db-config.d/13-persontags
new file mode 100644 (file)
index 0000000..d4fb89b
--- /dev/null
@@ -0,0 +1,9 @@
+########
+default_person_tags = [
+    { 'tagname' : 'exempt_person_until',
+      'description' : 'Exclude this person from MyOps until given date (YYYYMMDD)',
+      'category' : 'person/myops', 
+      'min_role_id' : 10} ,
+]
+
+for person_type in default_person_tags: SetTagType (person_type)