From d7faefec5c8f15ce7172f25201cbece65c744270 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Mon, 22 Aug 2022 18:19:46 -0400 Subject: [PATCH] Added reference to schema version description --- bindings/java/doxygen/schema/db_schema_9_1.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/java/doxygen/schema/db_schema_9_1.dox b/bindings/java/doxygen/schema/db_schema_9_1.dox index 0c7a48a20..cd768dab7 100644 --- a/bindings/java/doxygen/schema/db_schema_9_1.dox +++ b/bindings/java/doxygen/schema/db_schema_9_1.dox @@ -10,6 +10,8 @@ Each Autopsy release is associated with a schema version with a major and minor - If the case database has the same major number as the version of Autopsy being used, the case should generally be able to be opened and used. - If the case database has a higher major number than the version of Autopsy being used, an error will be displayed when attempting to open the case. +You can find more of a description in the org.sleuthkit.datamodel.CaseDbSchemaVersionNumber class description. + You can find a basic graphic of some of the table relationships <a href="https://docs.google.com/drawings/d/1omR_uUAp1fQt720oJ-kk8C48BXmVa3PNjPZCDdT0Tb4/edit?usp#sharing">here</a> -- GitLab