From 9d322e4b977989c07d37fcf042ac080181e66451 Mon Sep 17 00:00:00 2001
From: apriestman <apriestman@basistech.com>
Date: Wed, 10 Feb 2021 07:51:40 -0500
Subject: [PATCH] Added bold to tag_names

---
 bindings/java/doxygen/schema/db_schema_8_6.dox | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bindings/java/doxygen/schema/db_schema_8_6.dox b/bindings/java/doxygen/schema/db_schema_8_6.dox
index 34f043844..83215b731 100644
--- a/bindings/java/doxygen/schema/db_schema_8_6.dox
+++ b/bindings/java/doxygen/schema/db_schema_8_6.dox
@@ -305,13 +305,13 @@ Stores information on generated reports.
 
 ## tag_names
 Defines what tag names the user has created and can therefore be applied.
-- tag_name_id - Unique ID for each tag name
-- display_name - Display name of tag
-- description  - Description  (can be empty string)
-- color - Color choice for tag (can be empty string)
-- knownStatus - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum)
-- tag_set_id - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null)
-- rank - Used to order the tag names for a given tag set for display purposes
+- **tag_name_id** - Unique ID for each tag name
+- **display_name** - Display name of tag
+- **description**  - Description  (can be empty string)
+- **color** - Color choice for tag (can be empty string)
+- **knownStatus** - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum)
+- **tag_set_id** - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null)
+- **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. An object can have only one tag from a tag set at a time. 
-- 
GitLab