From af9dc3e1c5364541dfb6b6671051c01a9b914d50 Mon Sep 17 00:00:00 2001 From: Susan Fairley <sf7@sanger.ac.uk> Date: Fri, 15 May 2009 10:08:02 +0000 Subject: [PATCH] Edited to remove syntax complaint - ERROR 1064 (42000) at line 10: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''is_constitutive' BOOLEAN NOT NULL DEFAULT 0' at line 1. --- sql/patch_54_55_e.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/patch_54_55_e.sql b/sql/patch_54_55_e.sql index 4b89c77f74..1f13f13396 100644 --- a/sql/patch_54_55_e.sql +++ b/sql/patch_54_55_e.sql @@ -7,7 +7,7 @@ # for exons that are constitutive. This is done by a script in # 'misc-scripts'. -ALTER TABLE exon ADD COLUMN 'is_constitutive' BOOLEAN NOT NULL DEFAULT 0; +ALTER TABLE exon ADD COLUMN is_constitutive BOOLEAN NOT NULL DEFAULT 0; # patch identifier INSERT INTO meta (species_id, meta_key, meta_value) -- GitLab