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

analysis_web_data column db_type should be an enum rather than a set

we need one separate entry for each db_type
parent 09b49c1c
No related branches found
No related tags found
No related merge requests found
-- Patching in support for comments on web data
ALTER TABLE analysis_web_data
MODIFY COLUMN db_type enum('cdna','core','funcgen','otherfeatures','rnaseq','vega','presite','sangervega') NOT NULL DEFAULT 'core';
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