Koha/installer/data/mysql
Katrin Fischer fbdb2b2be0 Bug 22634: Standardize table creation for stockrotation* tables in kohastructure.sql
The existing pattern is:
DROP TABLE IF EXISTS ...
CRATE TABLE

Stockrotation was using:
CREATE TABLE IF NOT EXISTS ...
which would not recreate the table in a database it's already
existing in possibly causing mismatches in table structure.

To test:
- Drop your database
- Run through the web installer
- Make sure there are no Database/SQL errors
- Makse sure the 4 stockrotation tables have been created

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-11 13:34:09 +00:00
..
atomicupdate Bug 12166: DBRev 18.12.00.040 2019-04-11 13:34:04 +00:00
de-DE Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
en Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
es-ES Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
fr-CA Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
fr-FR Bug 20491: Updating the MARC subfield desciption of 952q 2019-01-25 16:11:09 +00:00
it-IT Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
mandatory Bug 20581: Modifications to database schema 2019-02-22 14:31:31 +00:00
nb-NO Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
pl-PL Bug 20491: Updating the MARC subfield desciption of 952q 2019-01-25 16:11:09 +00:00
ru-RU Bug 22024: Update translated web installer files with new class splitting rules 2018-12-19 16:32:02 +00:00
uk-UA Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
account_offset_types.sql Bug 21756: (QA follow-up) Add offest types to installer file 2019-03-13 03:58:32 +00:00
audio_alerts.sql
backfill_statistics.pl Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 22634: Standardize table creation for stockrotation* tables in kohastructure.sql 2019-04-11 13:34:09 +00:00
labels_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
patroncards_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
sysprefs.sql Bug 19722: Add MaxItemsToDisplayForBatchMod systempreference 2019-03-28 18:06:22 +00:00
update22to30.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
updatedatabase.pl Bug 12166: DBRev 18.12.00.040 2019-04-11 13:34:04 +00:00
userflags.sql Bug 11897: Add mising semi-colon to user*.sql 2018-10-09 17:19:00 +00:00
userpermissions.sql Bug 15774: Add permission for managing additional fields 2019-03-07 20:37:06 +00:00