From 1a9c96d071fbd65311f4d80ec9bbc7e16a88a0b1 Mon Sep 17 00:00:00 2001
From: apriestman <apriestman@basistech.com>
Date: Tue, 29 Jun 2021 13:06:22 -0400
Subject: [PATCH] Add 9.0 schema to schema page to prevent it from showing up
 as a top-level link

---
 bindings/java/doxygen/schema/schema_list.dox | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bindings/java/doxygen/schema/schema_list.dox b/bindings/java/doxygen/schema/schema_list.dox
index d985ee90e..9073e4365 100644
--- a/bindings/java/doxygen/schema/schema_list.dox
+++ b/bindings/java/doxygen/schema/schema_list.dox
@@ -6,6 +6,7 @@ This page contians links to the documention for selected versions of the TSK & A
  - \subpage db_schema_9_1_page 
  
 - Older Schemas
+ - \subpage db_schema_9_0_page 
  - \subpage db_schema_8_6_page 
  - <a href="https://wiki.sleuthkit.org/index.php?title=Database_v7.2_Schema">Schema version 7.2</a>
  - <a href="https://wiki.sleuthkit.org/index.php?title=SQLite_Database_v6_Schema">Schema version 6</a>
-- 
GitLab