]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 31 Jan 2018 08:05:43 +0000 (09:05 +0100)
commitbb2ff03ff7d53ba5e95d0e063c8acc5ea60ce7e6
treed027b613a9e2b509670546b138ba0484bdb00e76
parentac09cc26a172a1317baca97c11c7d835a5efe1bc
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>
(cherry picked from commit 2386e33dbba4c561f3ce465cf1a0970d52b8efd5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
installer/data/mysql/kohastructure.sql