Lines 1-20
Link Here
|
1 |
insert into `message_transports` |
1 |
insert into `message_transports` |
2 |
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`) |
2 |
(`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`) |
3 |
values |
3 |
values |
4 |
(1, 'email', 0, 'circulation', 'DUE'), |
4 |
(1, 'email', 0, 'circulation', 'DUE'), |
5 |
(1, 'email', 1, 'circulation', 'DUEDGST'), |
5 |
(1, 'email', 1, 'circulation', 'DUEDGST'), |
6 |
(1, 'sms', 0, 'circulation', 'DUE'), |
6 |
(1, 'sms', 0, 'circulation', 'DUE'), |
7 |
(1, 'sms', 1, 'circulation', 'DUEDGST'), |
7 |
(1, 'sms', 1, 'circulation', 'DUEDGST'), |
8 |
(2, 'email', 0, 'circulation', 'PREDUE'), |
8 |
(2, 'email', 0, 'circulation', 'PREDUE'), |
9 |
(2, 'email', 1, 'circulation', 'PREDUEDGST'), |
9 |
(2, 'email', 1, 'circulation', 'PREDUEDGST'), |
10 |
(2, 'sms', 0, 'circulation', 'PREDUE'), |
10 |
(2, 'sms', 0, 'circulation', 'PREDUE'), |
11 |
(2, 'sms', 1, 'circulation', 'PREDUEDGST'), |
11 |
(2, 'sms', 1, 'circulation', 'PREDUEDGST'), |
12 |
(2, 'phone', 0, 'circulation', 'PREDUE'), |
12 |
(2, 'itiva', 0, 'circulation', 'PREDUE'), |
13 |
(2, 'phone', 1, 'circulation', 'PREDUEDGST'), |
13 |
(2, 'itiva', 1, 'circulation', 'PREDUEDGST'), |
14 |
(4, 'email', 0, 'reserves', 'HOLD'), |
14 |
(4, 'email', 0, 'reserves', 'HOLD'), |
15 |
(4, 'sms', 0, 'reserves', 'HOLD'), |
15 |
(4, 'sms', 0, 'reserves', 'HOLD'), |
16 |
(4, 'phone', 0, 'reserves', 'HOLD'), |
16 |
(4, 'itiva', 0, 'reserves', 'HOLD'), |
17 |
(5, 'email', 0, 'circulation', 'CHECKIN'), |
17 |
(5, 'email', 0, 'circulation', 'CHECKIN'), |
18 |
(5, 'sms', 0, 'circulation', 'CHECKIN'), |
18 |
(5, 'sms', 0, 'circulation', 'CHECKIN'), |
19 |
(6, 'email', 0, 'circulation', 'CHECKOUT'), |
19 |
(6, 'email', 0, 'circulation', 'CHECKOUT'), |
20 |
(6, 'sms', 0, 'circulation', 'CHECKOUT'); |
20 |
(6, 'sms', 0, 'circulation', 'CHECKOUT'); |