From cd57e93bc31dab89cfa666a2dfd292a1ad229667 Mon Sep 17 00:00:00 2001
From: apriestman <apriestman@basistech.com>
Date: Mon, 8 Feb 2021 13:52:28 -0500
Subject: [PATCH] Minor updates

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

diff --git a/bindings/java/doxygen/schema/db_schema_8_6.dox b/bindings/java/doxygen/schema/db_schema_8_6.dox
index f0a618739..6cecfbd1e 100644
--- a/bindings/java/doxygen/schema/db_schema_8_6.dox
+++ b/bindings/java/doxygen/schema/db_schema_8_6.dox
@@ -28,9 +28,9 @@ Some general notes on this schema:
 # General Information Tables 
 ## tsk_db_info 
 Metadata about the database.
-- **schema_ver** - Major version number of the database schema used to create database
+- **schema_ver** - Major version number of the current database schema
 - **tsk_ver** - Version of TSK used to create database
-- **schema_minor_version** - Minor version number of the database schema used to create database
+- **schema_minor_version** - Minor version number of the current database schema
 
 ## tsk_db_info_extended
 Name & Value pair table to store any information about the database.  For example, which schema it was created with. etc. 
@@ -64,7 +64,7 @@ Contains information about each set of images that is stored in the database.
 - **ssize** - Sector size of device in bytes
 - **tzone** - Timezone where image is from (the same format that TSK tools want as input)
 - **size** - Size of the original image (in bytes) 
-- **md5** - MD5 hash of the image
+- **md5** - MD5 hash of the image (for compressed data such as E01, the hashes are of the decompressed image, not the E01 itself)
 - **sha1** - SHA-1 hash of the image
 - **sha256** - SHA-256 hash of the image
 - **display_name** - display name of the image
-- 
GitLab