Bug 19790: Add a db revision for existing installs
commit15b46699d5de79cddfcef6a5199355f95d4a6fb3
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 11 Dec 2017 09:09:00 +0000 (11 10:09 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Feb 2018 21:02:03 +0000 (12 18:02 -0300)
tree4786f7aa6fc4dbfadd32cc8fecd3322a02c7211d
parent25c5f3968fde4559898a8f7c6733afa534d3e08a
Bug 19790: Add a db revision for existing installs

Since many installs may still have the additionalauthors kohafield,
this patch adds a dbrev in atomicupdate to clear it.

Test plan:
[1] Run updatedatabase. Check that you see no additionalauthors anymore
    in marc_subfield_structure.kohafield.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Charles Farmer <charles.farmer@inLibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug19790.perl [new file with mode: 0644]