From aeeab64276d21d6080c3b752f18a3a8aa2aab00c Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Tue, 12 Oct 2004 12:50:01 +0000
Subject: [PATCH] Added alt_allele table. Updated schema version to 26.

---
 docs/schema_description/tables.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs/schema_description/tables.xml b/docs/schema_description/tables.xml
index bda1412a1e..7f97692fab 100644
--- a/docs/schema_description/tables.xml
+++ b/docs/schema_description/tables.xml
@@ -4,7 +4,7 @@
 
 <!DOCTYPE schemadescription SYSTEM "schema_description.dtd">
 
-<schemadescription schema-version="25" document-version="$Revision$">
+<schemadescription schema-version="26" document-version="$Revision$">
 
   <introduction>
     <text>This document gives a high-level description of the tables that make up the EnsEMBL core schema. Tables are grouped into logical groups, and the purpose of each table is explained. It is intended to allow people to familiarise themselves with the schema when encountering it for the first time, or when they need to use some tables that they've not used before. Note that while some of the more important columns in some of the tables are discussed, this document makes no attempt to enumerate all of the names, types and contents of every single table. Some concepts which are referred to in the table descriptions are given at the end of this document; these are linked to from the table description where appropriate.</text>
@@ -808,6 +808,17 @@
 
     </table>
 
+    <!-- ============================================================ -->
+
+    <table>
+      
+      <name>alt_allele</name>
+
+      <description>Stores information about genes on haplotypes that may be orthologous.</description>
+      
+      <used></used>
+      
+    </table>
 
   </tablegroup> <!-- Features and analyses-->
 
-- 
GitLab