Skip to content
Snippets Groups Projects
Commit 073fe375 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-2283: missing some updates

parent 95248075
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
# Description:
# Remove status column in gene and transcript tables.
UPDATE meta SET meta_value='90' WHERE meta_key='schema_version';
ALTER TABLE gene DROP COLUMN status;
ALTER TABLE transcript DROP COLUMN status;
......
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