From ffc3b4c67825f8985e64e2240505a2e11a4f457d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Thu, 28 May 2009 12:38:13 +0000 Subject: [PATCH] Spelling and extra description. --- sql/patch_54_55_h.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sql/patch_54_55_h.sql b/sql/patch_54_55_h.sql index 92f0808f8e..b5a61707e7 100644 --- a/sql/patch_54_55_h.sql +++ b/sql/patch_54_55_h.sql @@ -3,10 +3,11 @@ # title: Change translation-related fields in gene_archive to allow for NULLs. # # description: -# The gene_archive table holds depricated genes. The fields +# The gene_archive table holds deprecated genes. The fields # translation_stable_id, translation_version, peptide_archive_id ought # to be NULL for genes that lack a translation. This patch fixes these -# fields to allow for NULLs. +# fields to allow for NULLs. The patch also changes any entry with an +# empty string as translation_stable_id into NULLs for all these fields. ALTER TABLE gene_archive MODIFY COLUMN translation_stable_id VARCHAR(128), -- GitLab