Bug 14350: Missing statement in kohastructure.sql - DROP TABLE IF EXISTS borrower_sync
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 6 Jun 2015 12:34:57 +0000 (14:34 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 17 Jun 2015 22:13:34 +0000 (10:13 +1200)
commit6975ac1db7aebbc2d8f90379f66ad5d14f9f0cbe
tree96bcfdf9013986bca39c507fecf503752174ee87
parent91c377f2fefacf621b20712e580dedb4147e220b
Bug 14350: Missing statement in kohastructure.sql - DROP TABLE IF EXISTS borrower_sync

Reported by Jonathan on bug 11401:

DROP TABLE IF EXISTS borrower_sync;
is missing in installer/data/mysql/kohastructure.sql

To test:
- Run the web installer and confirm all tables are
  created correctly

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2fe241cc0f774799b8dca329d41d03f2217ffcaa)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/kohastructure.sql