Bug 19422: Missing DROP TABLES in kohastructure.sql
authorDavid Bourgault <david.bourgault@inlibro.com>
Fri, 6 Oct 2017 12:42:32 +0000 (08:42 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Oct 2017 16:58:00 +0000 (13:58 -0300)
commit2386e33dbba4c561f3ce465cf1a0970d52b8efd5
treecdd5860e4010d17d20d6b964fe51931a897f1150
parent5c45b2d69bcb17fbadc5e9794e70c5ccc4cfcc0a
Bug 19422: Missing DROP TABLES in kohastructure.sql

Adds DROP TABLE statements to the following tables
    - article_requests
    - biblio_metadata
    - deletedbiblio_metadata

Test plan :
Clean your database by running 'mysql < kohastructure.sql'.
Without patch you'll get error messages.
With patch everything will work fine, no warnings.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/kohastructure.sql