Skip to content
Snippets Groups Projects
Commit 1e1e227b authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Add column source in a specific order so the table definition comparison...

Add column source in a specific order so the table definition comparison between a patched db and current one succeeds
parent 7c6f497b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#
# Description: Column allowing an optional source to be added to a transcript
ALTER TABLE transcript ADD COLUMN source VARCHAR(20) NOT NULL;
ALTER TABLE transcript ADD COLUMN source VARCHAR(20) NOT NULL AFTER display_xref_id;
# 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