https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13023
--- Comment #32 from David Cook <[email protected]> --- (In reply to Katrin Fischer from comment #30) > David, take a look at: misc/batchRebuildItemsTables.pl -c > But beware, it's slow. I only had a few thousand records to touch in a database with over a million records, so I gave it one of these and it completed pretty quickly: perl batchRebuildItemsTables.pl -c --where="biblio.biblionumber in (select biblionumber from items where more_subfields_xml is not null group by biblionumber)" -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
