5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Wed, 6 Apr 2011 11:35:37 +0000 (11:35 +0000)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 17:22:21 +0000 (13:22 -0400)
commitddbe3ac0eef9ea95d7b27661f3e1522aef619f28
tree4baeae1f79bcd9dcca23f88cdb9caef868b7c164
parent5b268c7d8e9ccce89fb41fa737b7114decb67137
5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed

Removes obsolete columns from aqbooksellers and aqbudgets if needed.
aqbooksellers: deliverydays followupdays followupscancel invoicedisc nocalc
specialty
aqbudgets: budget_description

These columns should not exist in a fresh install from kohastructure.sql, but
originate from older 3.0 versions.
One line in acqui/updatesupplier.pl referring to one of these columns is
removed too.

This patch therefore does not change functionality, but only keeps your db in
shape.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Rebased April 6.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
acqui/updatesupplier.pl
installer/data/mysql/updatedatabase.pl