Skip to content
Snippets Groups Projects
Commit aeed5a97 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Add displayable column to analysis description.

parent facf2784
No related branches found
No related tags found
No related merge requests found
# patch_40_41_a
#
# title: analysis_description.displayable
#
# description:
# Add displayable column to analysis_description
ALTER TABLE analysis_description ADD COLUMN displayable BOOLEAN DEFAULT 1 NOT NULL;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_40_41_a.sql|analysis_description_displayable');
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