Skip to content
Snippets Groups Projects
Commit f2fe5812 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Make analysis_web_data.displayable have default true value.

parent b25d5af3
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ CREATE TABLE analysis_web_data (
'otherfeatures', 'rnaseq', 'vega')
NOT NULL DEFAULT 'core',
displayable BOOLEAN,
displayable BOOLEAN NOT NULL DEFAULT true,
UNIQUE INDEX uniq_idx (species_id, db_type, analysis_description_id)
);
......
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