http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9016 --- Comment #67 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 25126 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25126&action=edit Bug 9016: DB changes: new table overduerules_transport_types This patch adds: - a new table overduerules_transport_types. - a new column letter.message_transport_type. - a new primary key for letter. - fill the new table with existing values. Test plan: After applying this patch and executing the updatedatabase entry, verify that the overduerules_transport_types table contains a row for each entry in the overduerules table. The message_transport_type column should contain 'email'. Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> -- You are receiving this mail because: You are watching all bug changes.