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

Change oligo_feature.analysis_id to be int(10) unsigned. Should have been part of patch_39_40_a.sql

parent 2610bd36
No related branches found
No related tags found
No related merge requests found
# patch_39_40_h
#
# title: oligo_feature analysis id column type change
#
# description:
# Change oligo_feature.analysis_id to be int(10) unsigned. Should have been part of patch_39_40_a.sql
ALTER TABLE oligo_feature CHANGE COLUMN analysis_id analysis_id INT(10) UNSIGNED NOT NULL;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_39_40_a.sql|oligo_feature_analysis_id_type');
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