https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044
--- Comment #94 from Pedro Amorim <[email protected]> --- Created attachment 169607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169607&action=edit Bug 35044: (QA follow-up): Add removal of empty value entries in additional_field_values to atomicupdate 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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
