From 62ab5f9516c57e13a60cfc099a2ca743398dae7e Mon Sep 17 00:00:00 2001 From: Brian Carrier <bcarrier@users.noreply.github.com> Date: Fri, 5 Feb 2021 13:51:19 -0500 Subject: [PATCH] Added comment about tag set. --- bindings/java/doxygen/schema/db_schema_8_6.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/java/doxygen/schema/db_schema_8_6.dox b/bindings/java/doxygen/schema/db_schema_8_6.dox index 912a355f7..5d4d792cd 100644 --- a/bindings/java/doxygen/schema/db_schema_8_6.dox +++ b/bindings/java/doxygen/schema/db_schema_8_6.dox @@ -297,7 +297,7 @@ Defines what tag names the user has created and can therefore be applied. - rank - Used to order the tag names for a given tag set for display purposes ## tsk_tag_sets -Used to group entries from the tag_names table. +Used to group entries from the tag_names table. An object can have only one tag from a tag set at a time. - tag_set_id - Id of the tag set - name - Name of the tag set (unique, should be human readable) -- GitLab