|
Lines 3-16
insert into `message_transports`
Link Here
|
| 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 |
(2, 'email', 0, 'circulation', 'PREDUE'), |
|
|
| 7 |
(2, 'email', 1, 'circulation', 'PREDUEDGST'), |
| 8 |
(4, 'email', 0, 'reserves', 'HOLD'), |
| 9 |
(1, 'sms', 0, 'circulation', 'DUE'), |
6 |
(1, 'sms', 0, 'circulation', 'DUE'), |
| 10 |
(1, 'sms', 1, 'circulation', 'DUEDGST'), |
7 |
(1, 'sms', 1, 'circulation', 'DUEDGST'), |
|
|
8 |
(2, 'email', 0, 'circulation', 'PREDUE'), |
| 9 |
(2, 'email', 1, 'circulation', 'PREDUEDGST'), |
| 11 |
(2, 'sms', 0, 'circulation', 'PREDUE'), |
10 |
(2, 'sms', 0, 'circulation', 'PREDUE'), |
| 12 |
(2, 'sms', 1, 'circulation', 'PREDUEDGST'), |
11 |
(2, 'sms', 1, 'circulation', 'PREDUEDGST'), |
|
|
12 |
(2, 'phone', 0, 'circulation', 'PREDUE'), |
| 13 |
(2, 'phone', 1, 'circulation', 'PREDUEDGST'), |
| 14 |
(4, 'email', 0, 'reserves', 'HOLD'), |
| 13 |
(4, 'sms', 0, 'reserves', 'HOLD'), |
15 |
(4, 'sms', 0, 'reserves', 'HOLD'), |
|
|
16 |
(4, 'phone', 0, 'reserves', 'HOLD'), |
| 14 |
(5, 'email', 0, 'circulation', 'CHECKIN'), |
17 |
(5, 'email', 0, 'circulation', 'CHECKIN'), |
| 15 |
(5, 'sms', 0, 'circulation', 'CHECKIN'), |
18 |
(5, 'sms', 0, 'circulation', 'CHECKIN'), |
| 16 |
(6, 'email', 0, 'circulation', 'CHECKOUT'), |
19 |
(6, 'email', 0, 'circulation', 'CHECKOUT'), |
| 17 |
- |
|
|