]> git.koha-community.org Git - koha.git/commit
Bug 35044: (QA follow-up): Remove empty additional_field_values entries
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 25 Jul 2024 17:15:03 +0000 (17:15 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 23 Aug 2024 16:21:30 +0000 (18:21 +0200)
commite2be648ab41c4380398e4ad2f9d7f70729a1a6b5
treee59b23db38537fe814428dda46eb8c021aaad0f4
parenta779c7ace1f96a9fd51b3655dbed5c653f34b398
Bug 35044: (QA follow-up): Remove empty additional_field_values entries

To test:
1) Follow any of the above test plans to add some
   additional_field_values entries
2) Run the following SQL:
  update additional_field_values set value = '';
3) Run updatedatabase twice. Notice the first time it tells you how many
   entries were removed. The 2nd time it does nothing.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
installer/data/mysql/atomicupdate/bug_35044.pl