X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FTagTypes.py;h=1f4835c4fcc4e173ae2ed3d99acc892dc29bb337;hb=5d2859509faf449daf088d98ae5e737c6c096d69;hp=39306f5c3782c05863adf6d13342938a2d6bdf16;hpb=962673302f9b196bc1349c8bac53d75b440ee7a9;p=plcapi.git diff --git a/PLC/TagTypes.py b/PLC/TagTypes.py index 39306f5..1f4835c 100644 --- a/PLC/TagTypes.py +++ b/PLC/TagTypes.py @@ -23,7 +23,7 @@ class TagType (Row): table_name = 'tag_types' primary_key = 'tag_type_id' - join_tables = ['node_tag', 'interface_tag', 'slice_tag', 'site_tag' ] + join_tables = ['node_tag', 'interface_tag', 'slice_tag', 'site_tag', 'person_tag' ] fields = { 'tag_type_id': Parameter(int, "Node tag type identifier"), 'tagname': Parameter(str, "Node tag type name", max = 100),