From 03c818a02b4ac716177e54b8dc21a44dd0c20268 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 29 Nov 2021 12:44:07 +0000 Subject: [PATCH] Bug 29586: Fix typos in installer files When HOLD_REMINDER info was added I neglected to move the semicolons, this meant the statements were ending before the data was added Signed-off-by: Jonathan Druart Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi --- .../mysql/mandatory/sample_notices_message_attributes.sql | 2 +- .../mysql/mandatory/sample_notices_message_transports.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql index 7cfff1c157..6cabc4e92e 100644 --- a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql +++ b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql @@ -8,6 +8,6 @@ values (6, 'Item_Checkout', 0), (7, 'Ill_ready', 0), (8, 'Ill_unavailable', 0), -(9, 'Auto_Renewals', 0); +(9, 'Auto_Renewals', 0), (10, 'Hold_Reminder', 0); diff --git a/installer/data/mysql/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/mandatory/sample_notices_message_transports.sql index b2f85657a2..2a224996c7 100644 --- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql +++ b/installer/data/mysql/mandatory/sample_notices_message_transports.sql @@ -34,8 +34,8 @@ values (9, 'email', 0, 'circulation', 'AUTO_RENEWALS'), (9, 'sms', 0, 'circulation', 'AUTO_RENEWALS'), (9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'), -(9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST'); +(9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST'), (10, 'email', 0, 'circulation', 'HOLD_REMINDER'), (10, 'sms', 0, 'circulation', 'HOLD_REMINDER'), (10, 'phone', 0, 'circulation', 'HOLD_REMINDER'), -(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'), +(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'); -- 2.34.1