@@ -, +, @@ --- .../mysql/mandatory/sample_notices_message_attributes.sql | 2 +- .../mysql/mandatory/sample_notices_message_transports.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql +++ a/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); --- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql +++ a/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'); --