Bug 9016: DB changes: new table overduerules_transport_types
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 6 Sep 2013 07:36:42 +0000 (09:36 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 20:29:17 +0000 (20:29 +0000)
commit7ae384a0b1ca177d76e841bf67a5bb27bd4a6488
treeaef85418b02740a62844dee777fd214352d71948
parentf131dc6c3b3f800acdd985b0a20e1649a380e772
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>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl