From 5d9b63523f28e6ffa9e0065be37a6fb16a9d184c Mon Sep 17 00:00:00 2001
From: Monika Komorowska <mk8@sanger.ac.uk>
Date: Mon, 11 Apr 2011 08:49:26 +0000
Subject: [PATCH] Remove field dbprimary_acc_linkable from external_db table.

---
 sql/patch_62_63_c.sql | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 sql/patch_62_63_c.sql

diff --git a/sql/patch_62_63_c.sql b/sql/patch_62_63_c.sql
new file mode 100644
index 0000000000..0037069b5a
--- /dev/null
+++ b/sql/patch_62_63_c.sql
@@ -0,0 +1,12 @@
+# patch_62_63_c.sql
+#
+# Title: Remove field dbprimary_acc_linkable from external_db table.
+#
+# Description:
+# Field is obsolete.
+
+ALTER TABLE external_db DROP dbprimary_acc_linkable;
+
+# Patch identifier
+INSERT INTO meta (species_id, meta_key, meta_value)
+  VALUES (NULL, 'patch', 'patch_62_63_c.sql|remove_dbprimary_acc_linkable');
-- 
GitLab