Bug 21651: (QA follow-up) Remove remaining obsolete file from German web installer
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
990cc79ef0
commit
71018d4cca
1 changed files with 0 additions and 20 deletions
|
@ -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');
|
Loading…
Reference in a new issue