From 01c34191127b70c5dd80f51b067cfdf1983c05e2 Mon Sep 17 00:00:00 2001
From: apriestman <apriestman@basistech.com>
Date: Mon, 8 Feb 2021 14:17:46 -0500
Subject: [PATCH] Added review_statuses table to schema doc

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

diff --git a/bindings/java/doxygen/schema/db_schema_8_6.dox b/bindings/java/doxygen/schema/db_schema_8_6.dox
index 374baa939..cb941f32d 100644
--- a/bindings/java/doxygen/schema/db_schema_8_6.dox
+++ b/bindings/java/doxygen/schema/db_schema_8_6.dox
@@ -222,6 +222,11 @@ Types of attribute
 - **type_name** - A string identifier for the type (unique)
 - **display_name** - A display name for the type (not unique, should be human readable)
 
+## review_statuses
+Review status of an artifact. Should mirror the org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus enum.
+- **review_status_id** - Id of the status 
+- **review_status_name** - Internal name of the status
+- **display_name** - Display name (should be human readable)
 
 
 # Communication Accounts
-- 
GitLab