Bug 11008: Drop column aqorders.supplierreference
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 18 Jul 2014 10:54:28 +0000 (12:54 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:10:43 +0000 (10:10 -0300)
commit742a12e41d63d9e4753b1111639b0a2e0a6281ad
tree8ff7853ee86cacced05004e69b6fecc0ddbc3f52
parentcbd02540f4767e0fa1df9da011138ff076b69716
Bug 11008: Drop column aqorders.supplierreference

It seems that this column has never been used.

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

Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
t/db_dependent/Acquisition.t