Koha/installer/data/mysql
Kyle M Hall f11f07a703 Bug 17292 - Use of DBIx in updatedatabase.pl broke upgrade
A recent change in the 'subscription' table structure highlighted a
problem in a DBRev upgrade (3.23.00.006). As it adds a new column, when
upgrading from (say) 3.20.00.000 the code/schema (correctly) expects the
subscription.itemtype column to exist. But it is not created until DBRev
16.06.00.025.

To reproduce:
- Have a clean 3.20.00 DB loaded into kohadevbox
- Checkout current master
- Run:
  $ perl installer/data/mysql/updatedatabase.pl
  => FAIL: The upgrade procedure fails due to missing colum.

  The solution: rewrite the updatedatabase.pl entry using plain DBI

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
2016-10-10 10:20:56 +00:00
..
atomicupdate Bug 16273 - DBRev 16.06.00.031 2016-09-25 15:53:57 +00:00
de-DE Bug 16554: rewrite mandatory and sample data - de-DE 2016-09-15 13:30:22 +00:00
en Bug 16554: More i18n changes - en, es, nb and pl files 2016-09-15 13:30:21 +00:00
es-ES Bug 16554: More i18n changes - en, es, nb and pl files 2016-09-15 13:30:21 +00:00
fr-CA Bug 16554: Fix I18N sample files 2016-09-15 13:30:19 +00:00
fr-FR Bug 16554: Fix fr-FR sample files 2016-09-15 13:30:19 +00:00
it-IT Bug 16554: Fix encoding on it-IT file 2016-09-15 13:30:22 +00:00
mandatory Bug 16311 - Advanced search language limit typo 2016-09-12 09:06:18 +00:00
nb-NO Bug 16554: More i18n changes - en, es, nb and pl files 2016-09-15 13:30:21 +00:00
pl-PL Bug 16554: More i18n changes - en, es, nb and pl files 2016-09-15 13:30:21 +00:00
ru-RU Bug 15086: Creators layout and template sql has warnings 2016-05-16 17:33:04 +00:00
uk-UA Bug 15086: Creators layout and template sql has warnings 2016-05-16 17:33:04 +00:00
audio_alerts.sql Bug 11431: (QA followup) Make audio alerts sql top level 2015-11-04 12:33:53 -03:00
backfill_statistics.pl Bug 16011: $VERSION - Remove comments 2016-03-24 17:20:29 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl Bug 17135: [QA Follow-up] Changes as to reporting 2016-09-16 10:47:03 +00:00
kohastructure.sql Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen 2016-09-13 17:27:42 +00:00
labels_upgrade.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
patroncards_upgrade.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
sysprefs.sql Bug 17345: Fix typo in sysprefs.sql 2016-10-10 10:05:44 +00:00
update22to30.pl Bug 11398: A typo occurred with occured 2014-01-02 15:12:48 +00:00
updatedatabase.pl Bug 17292 - Use of DBIx in updatedatabase.pl broke upgrade 2016-10-10 10:20:56 +00:00
userflags.sql Bug 13632: Populate user_flags and permissions tables in the web installer 2015-10-19 09:38:04 -03:00
userpermissions.sql Bug 16978: Add delete reports user permission 2016-09-09 13:23:52 +00:00