renaming SliceAttribute into SliceTag and InterfaceSetting into InterfaceTag
[plcapi.git] / PLC / TagTypes.py
index 7a4df1f..a7f180d 100644 (file)
@@ -22,7 +22,7 @@ class TagType (Row):
 
     table_name = 'tag_types'
     primary_key = 'tag_type_id'
-    join_tables = ['node_tag', 'interface_setting', 'slice_attribute' ]
+    join_tables = ['node_tag', 'interface_tag', 'slice_tag' ]
     fields = {
         'tag_type_id': Parameter(int, "Node tag type identifier"),
         'tagname': Parameter(str, "Node tag type name", max = 100),