Bug 11006: Drop column aqorders.totalamount
commita71a2cb9b603e015d0d1d60118e3d9bba3e994e1
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 22 Apr 2015 11:03:53 +0000 (22 13:03 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:11:58 +0000 (14 11:11 -0300)
treeae4dae51e65bfaadf8b981cb9c695a0f66a9af75
parent64b6df43c9cfc867a2ca5e1bdc31d313451d9bb3
Bug 11006: Drop column aqorders.totalamount

This column was not used in the Koha codebase, it can be removed.

Test plan:
Execute the updatedatabase.pl script and confirm that the column has
been dropped.

QA step:
1/ git grep totalamount
2/ prove t/db_dependent/Acquisition.t

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/atomicupdate/bug_11006-DROP_COLUMN_totalamount.sql [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
t/db_dependent/Acquisition.t