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

Add a pair_dna_align_feature_id to allow support for paired reads

parent ee4c9ca8
No related branches found
No related tags found
No related merge requests found
# patch_51_52_c.sql
#
# title: Add dna_align_feature.pair_dna_align_feature_id
#
# description:
# Add a pair_dna_align_feature_id to allow support for paired reads
ALTER TABLE dna_align_feature ADD COLUMN pair_dna_align_feature_id INT(10) UNSIGNED;
ALTER TABLE dna_align_feature ADD INDEX pair_idx (pair_dna_align_feature_id);
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_c.sql|pair_dna_align_feature_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