From c362cccaa5c2f396715c2dfce462bdaf9e1de5a3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 11 May 2019 12:59:33 +0000 Subject: [PATCH] Bug 21651: (QA follow-up) Remove remaining obsolete file from German web installer Signed-off-by: Katrin Fischer --- .../mandatory/sample_notices_message_transports.sql | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql deleted file mode 100644 index 5954bafc7b..0000000000 --- a/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql +++ /dev/null @@ -1,20 +0,0 @@ -insert into `message_transports` -(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`) -values -(1, 'email', 0, 'circulation', 'DUE'), -(1, 'email', 1, 'circulation', 'DUEDGST'), -(1, 'sms', 0, 'circulation', 'DUE'), -(1, 'sms', 1, 'circulation', 'DUEDGST'), -(2, 'email', 0, 'circulation', 'PREDUE'), -(2, 'email', 1, 'circulation', 'PREDUEDGST'), -(2, 'sms', 0, 'circulation', 'PREDUE'), -(2, 'sms', 1, 'circulation', 'PREDUEDGST'), -(2, 'phone', 0, 'circulation', 'PREDUE'), -(2, 'phone', 1, 'circulation', 'PREDUEDGST'), -(4, 'email', 0, 'reserves', 'HOLD'), -(4, 'sms', 0, 'reserves', 'HOLD'), -(4, 'phone', 0, 'reserves', 'HOLD'), -(5, 'email', 0, 'circulation', 'CHECKIN'), -(5, 'sms', 0, 'circulation', 'CHECKIN'), -(6, 'email', 0, 'circulation', 'CHECKOUT'), -(6, 'sms', 0, 'circulation', 'CHECKOUT'); -- 2.11.0