Bug 18887: Fix DB structure issues
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 24 Jul 2018 12:01:33 +0000 (09:01 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 3 Oct 2018 17:58:14 +0000 (17:58 +0000)
commit2eeee4c5253d8e30e51b4890849fcbee9c17ee67
tree7d5ec8bfe07df1cc1a22a9edfa17af37819ed64c
parent5c31b9c75e3beeeb26ab9f96c568e73ec932874f
Bug 18887: Fix DB structure issues

- Make atomic update idempotent
- Correct COLLAT (atomic update)
- Add index on rule_name (kohastructure.sql)
- Add rule_name to the unique constraint (kohastructure.sql)
- Remove max_holds columns (kohastructure.sql)

Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com>
Signed-off-by: Jesse Maseto <jesse@bywatersolution.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_18887.perl
installer/data/mysql/kohastructure.sql