https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #46 from David Cook <dcook@prosentient.com.au> --- (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.