Bug 11007: Drop column aqorders.cancelledby
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 18 Jul 2014 10:48:57 +0000 (12:48 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Oct 2014 12:31:14 +0000 (09:31 -0300)
commit6c1e10db22ba136861052675ba6dd0a28f66aff2
tree4dda927fbef3b7b4ff15fefe021598e08e4de5fc
parentc95a4b0f84bd110c386b9f08bfe96ecc420fe070
Bug 11007: Drop column aqorders.cancelledby

It seems that this column has never been used.

Test plan:
1/ Execute the updatedatabase entry.
2/ git grep cancelledby should not return occurrence in the code (except
in Koha/Schema/*
3/ prove t/db_dependent/Acquisition.t should return green.

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I couldn't find any trace of this column being used.
Passes tests and QA script, updates all necessary files.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
t/db_dependent/Acquisition.t