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

Patch to add web_data column to analysis_description.

parent fe5d068d
No related branches found
No related tags found
No related merge requests found
# patch_40_41_f
#
# title: Analysis_description.web_data
#
# description: Add web_data column to analysis_description.
ALTER TABLE analysis_description ADD COLUMN web_data TEXT;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_41_42_f.sql|analysis_description_web_data');
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