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

Allow score column in protein_feature to be null. Needed for user upload and...

Allow score column in protein_feature to be null. Needed for user upload and to be consistent with protein_align_feature and dna_align_feature.
parent 2c8e3c17
No related branches found
No related tags found
No related merge requests found
# patch_50_51_g.sql
#
# title: Protein feature score.
#
# description:
# Allow the score column in protein_feature to be null.
ALTER TABLE `protein_feature` MODIFY COLUMN `score` DOUBLE;
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_50_51_g.sql|protein_feature_score');
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