Skip to content
Snippets Groups Projects
Commit af9dc3e1 authored by Susan Fairley's avatar Susan Fairley
Browse files

Edited to remove syntax complaint - ERROR 1064 (42000) at line 10: You have an...

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.
parent d2769e29
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment