diff options
Diffstat (limited to 'resource/table_info.conf')
| -rw-r--r-- | resource/table_info.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index c4afbd9..ce75abb 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -200,7 +200,7 @@ { "table_id":27, "table_name":"OBJECT_GROUP", - "table_type":"object2object" + "table_type":"object_group" }, { "table_id":28, @@ -331,5 +331,14 @@ "table_id": 48, "table_name": "TSG_OBJ_BOOLEAN", "table_type": "expr" + }, + { + "table_id": 49, + "table_name": "ATTRIBUTE_DICT", + "table_type": "plugin", + "custom": { + "key_name": "attribute_name", + "key_type": "pointer" + } } ]
\ No newline at end of file |
