From b300d2ed947f15fcabe1af5c565f8e033411fdac Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Thu, 31 Aug 2006 09:11:03 +0000
Subject: [PATCH] Updated schema version to 41.

---
 docs/schema_description/schema_description.html | 2 +-
 sql/table.sql                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/schema_description/schema_description.html b/docs/schema_description/schema_description.html
index 9c72127c3e..3868735355 100644
--- a/docs/schema_description/schema_description.html
+++ b/docs/schema_description/schema_description.html
@@ -48,7 +48,7 @@
             </tr>
          </table>
       </p>
-      <p>This document refers to version <strong>38</strong> of the EnsEMBL core schema.
+      <p>This document refers to version <strong>41</strong> of the EnsEMBL core schema.
       </p>
       <hr>
       <p>Quick links to tables:</p>
diff --git a/sql/table.sql b/sql/table.sql
index 734f75a7f3..dcf995de83 100755
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -859,7 +859,7 @@ CREATE TABLE meta (
 
 
 # Auto add schema version to database
-INSERT INTO meta (meta_key, meta_value) VALUES ("schema_version", "40");
+INSERT INTO meta (meta_key, meta_value) VALUES ("schema_version", "41");
 
 # patches included in this schema file
 INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_39_40_a.sql|rationalise_key_columns');
-- 
GitLab