Bug 11928 - Remove unused table aqorderdelivery
authorMark Tompsett <mtompset@hotmail.com>
Wed, 12 Mar 2014 15:53:17 +0000 (11:53 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 13 Mar 2014 14:37:16 +0000 (14:37 +0000)
commite7f08df1ddb68aeb24e0439de252e8dee0bb6857
tree4ad8cf95c29cf54830561fcc631f71251ee70030
parent8a9cdcd3bcce07ace793b9b2a6ad31f4604961a2
Bug 11928 - Remove unused table aqorderdelivery

Aqorderdelivery has apparently never been used. This patch
removes it.

TEST PLAN
---------
1) Apply patch.
2) Run the Koha QA Test tool.
3) Confirm table is there.
4) Run upgrade process.
5) Confirm table has been removed.
6) Drop koha database and create empty one.
7) Fresh install from staff client.
8) Confirm table was not created.
9) I'm unsure how to test the Schema's. It was just git rm'd.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Koha/Schema/Result/Aqorderdelivery.pm [deleted file]
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl