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

Add external_data column to protein_feature and dna_align_feature tables,...

 Add external_data column to protein_feature and dna_align_feature tables, primarily for storage of user-uploaded data.
parent b885ee7e
No related branches found
No related tags found
No related merge requests found
# patch_50_51_e.sql
#
# title: Add external_data column to protein_feature and dna_align_feature.
#
# description:
# Add external_data column to protein_feature and dna_align_feature tables, primarily for storage of user-uploaded data.
ALTER TABLE protein_feature ADD COLUMN external_data TEXT;
ALTER TABLE dna_align_feature ADD COLUMN external_data TEXT;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_50_51_e.sql|feature_external_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