Lines 1-7
Link Here
|
1 |
insert into `message_attributes` |
1 |
insert into `message_attributes` |
2 |
(`message_attribute_id`, message_name, `takes_days`) |
2 |
(`message_attribute_id`, message_name, `takes_days`) |
3 |
values |
3 |
values |
4 |
(1, 'Item DUE', 0), |
4 |
(1, 'Item Due', 0), |
5 |
(2, 'Advance Notice', 1), |
5 |
(2, 'Advance Notice', 1), |
6 |
(3, 'Upcoming Events', 1), |
6 |
(3, 'Upcoming Events', 1), |
7 |
(4, 'Hold Filled', 0), |
7 |
(4, 'Hold Filled', 0), |