From 76b92b4aef127ec297fea836162008bbb65670a5 Mon Sep 17 00:00:00 2001 From: Monika Komorowska <mk8@sanger.ac.uk> Date: Wed, 9 Feb 2011 12:38:04 +0000 Subject: [PATCH] Remove field 'display_label_linkable' from 'external_db' table. --- sql/patch_61_62_d.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/patch_61_62_d.sql diff --git a/sql/patch_61_62_d.sql b/sql/patch_61_62_d.sql new file mode 100644 index 0000000000..6b06286419 --- /dev/null +++ b/sql/patch_61_62_d.sql @@ -0,0 +1,12 @@ +# patch_61_62_d.sql +# +# Title: Remove field display_label_linkable from external_db table. +# +# Description: +# Field is obsolete. + +ALTER TABLE external_db DROP display_label_linkable; + +# Patch identifier +INSERT INTO meta (species_id, meta_key, meta_value) + VALUES (NULL, 'patch', 'patch_61_62_d.sql|remove_display_label_linkable'); -- GitLab