From fc4a2e6441c210f362d89017564b650ecd7b07b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Thu, 23 Jul 2009 13:36:06 +0000 Subject: [PATCH] Add comment about the "aux_XX_YY_map" tables. --- misc-scripts/ontology/sql/table.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc-scripts/ontology/sql/table.sql b/misc-scripts/ontology/sql/table.sql index 664e37c4ec..6fc7b39421 100644 --- a/misc-scripts/ontology/sql/table.sql +++ b/misc-scripts/ontology/sql/table.sql @@ -88,4 +88,8 @@ CREATE TABLE closure ( (parent_term_id, subparent_term_id) ); +-- There are additional tables in the released databases called +-- "aux_XX_YY_map". These are created by the "add_subset_maps.pl" +-- scripts. Please see the README document for further information. + -- $Id$ -- GitLab