From f9cb93349e9038147cb947e3daf746a81ff76936 Mon Sep 17 00:00:00 2001 From: Marina Gourtovaia Date: Thu, 26 Oct 2017 13:19:13 +0100 Subject: [PATCH] error in a statement for data update is fixed --- Changes | 3 +++ ...constraints => upgrade_schema-64.3.1-mqc_reset_constraints} | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename scripts/upgrade_schema/{upgrade_schema-64.3-mqc_reset_constraints => upgrade_schema-64.3.1-mqc_reset_constraints} (98%) diff --git a/Changes b/Changes index d9fbaa431..d53c9881b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ LIST OF CHANGES FOR NPG-QC PACKAGE +release 64.3.1 + - error in a statement for data update is fixed + release 64.3 - DBIx schema loader script: automatically add npg_qc::Schema::Composition - drop unique consctraint for (id_run, position and tag_index) columns; diff --git a/scripts/upgrade_schema/upgrade_schema-64.3-mqc_reset_constraints b/scripts/upgrade_schema/upgrade_schema-64.3.1-mqc_reset_constraints similarity index 98% rename from scripts/upgrade_schema/upgrade_schema-64.3-mqc_reset_constraints rename to scripts/upgrade_schema/upgrade_schema-64.3.1-mqc_reset_constraints index 908c7fcb1..c36775180 100644 --- a/scripts/upgrade_schema/upgrade_schema-64.3-mqc_reset_constraints +++ b/scripts/upgrade_schema/upgrade_schema-64.3.1-mqc_reset_constraints @@ -107,7 +107,7 @@ SHOW ERRORS; SHOW WARNINGS; SELECT 'mqc_library_outcome_ent', @@warning_count, @@error_count; -UPDATE mqc_library_outcome_ent SET tag_index = NULL WHERE tag_index = -1; +UPDATE mqc_library_outcome_hist SET tag_index = NULL WHERE tag_index = -1; SHOW ERRORS; SHOW WARNINGS; SELECT 'mqc_library_outcome_hist', @@warning_count, @@error_count;