https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #46 from David Cook <[email protected]> --- (In reply to Martin Renvoize from comment #27) > Created attachment 109934 [details] [review] > Bug 26268: (QA follow-up) Conditionally remove > > This patch adds conditions to prevent the removal of items.paidfor if it > is populated and also adds the removal fo the marc_subfield_structure > row if it exists. Unfortunately, it seems like this conditional removal can lead to inconsistent database schemas... issues_stats.pl is breaking because my items table has 47 columns and deleteditems table has 46 columns. The "paidfor" warning message must've been missed in the CLI output at upgrade time. Not sure what the answer is here. Maybe an audit script... -- 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/
