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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 17 Jun 2015 12:52:40 +0000 (09:52 -0300)
commit2fe241cc0f774799b8dca329d41d03f2217ffcaa
tree33a5a2da0c130d0810d123e1c95f79d7d02aacf8
parentcc7b795f840e671e9ed14e2833881d18630e3ce6
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>
installer/data/mysql/kohastructure.sql