Koha/installer/data/mysql
Tomas Cohen Arazi af1a8c5a78 Bug 18336: (follow-up) Shift TINYTEXT columns
This patch fixes two errors that slipped in the patchset.

To test:
- Create a dummy branch for testing:
  $ cd kohaclone
  $ git fetch
  $ git checkout v17.11.00 -b dummy
- Reset your working DB
  $ reset_all (y)
- Set your branch to current master
  $ git reset --hard origin/master
- Update the DB
  $ updatedatabase
- Update the schema files
  $ kshell
 k$ misc/devel/update_dbix_class_files.pl \
       --db_name koha_kohadev \
       --db_user koha_kohadev \
       --db_passwd password
 k$ exit
  $ git diff
=> FAIL: There are discrepancies on upgrades
- Reset to v17.11.00 revision and DB:
  $ git reset --hard v17.11.00
  $ reset_all (y)
- Set your branch to current master
  $ git reset --hard origin/master
- Apply this patch
- Update the DB
  $ updatedatabase
- Update the schema files
  $ kshell
 k$ misc/devel/update_dbix_class_files.pl \
       --db_name koha_kohadev \
       --db_user koha_kohadev \
       --db_passwd password
 k$ exit
  $ git diff
=> SUCCESS: No discrepancies!
- Reset to HEAD to get rid of the schema changes
  $ git reset --hard HEAD
- Regenerate the schema files on top of this patch
  $ dbic ; cd /home/vagrant/kohaclone
  $ git diff
=> SUCCESS: No discrepancies!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-19 11:56:28 -03:00
..
atomicupdate Bug 17672: DBRev 17.12.00.017 2018-02-18 16:48:44 -03:00
de-DE Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
en Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
es-ES Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
fr-CA Bug 18915: Add CHECKOUT_NOTE notice template for other languages 2018-01-15 13:42:33 -03:00
fr-FR Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
it-IT Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
mandatory Bug 17518: Displayed language name for Czech is wrong 2016-11-02 11:00:35 +00:00
nb-NO Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
pl-PL Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
ru-RU Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
uk-UA Bug 19790: Remove additionalauthors.author from installer files 2018-02-12 18:02:02 -03:00
account_offset_types.sql Bug 12768: (QA follow-up) Use specific account offset types for Processing Fee and Lost Item 2017-10-23 12:36:12 -03:00
audio_alerts.sql
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 18336: (follow-up) Shift TINYTEXT columns 2018-02-19 11:56:28 -03:00
labels_upgrade.pl
patroncards_upgrade.pl
sysprefs.sql Bug 15752: Automatically switch to patron when cardnumber is read during circulation 2018-02-12 17:38:57 -03:00
update22to30.pl
updatedatabase.pl Bug 18336: (follow-up) Shift TINYTEXT columns 2018-02-19 11:56:28 -03:00
userflags.sql Bug 7317: Add SQL templates & sysprefs. 2017-11-09 11:26:56 -03:00
userpermissions.sql Bug 18403: Hide patron information if not part of the logged in user library group 2018-02-12 15:41:36 -03:00