http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14053 --- Comment #18 from M. Tompsett <mtompset@hotmail.com> --- (In reply to M. Tompsett from comment #3)
Comment on attachment 38568 [details] [review] Bug 14053 - Acquisition db tables are missing indexes
Review of attachment 38568 [details] [review]: -----------------------------------------------------------------
::: installer/data/mysql/kohastructure.sql @@ +2934,5 @@
+ KEY `budget_parent_id` (`budget_parent_id`), + KEY `budget_code` (`budget_code`), + KEY `budget_branchcode` (`budget_branchcode`), + KEY `budget_period_id` (`budget_period_id`), + KEY `budget_owner_id` (`budget_owner_id`),
I believe this trailing comma is an issue. I dropped koha_library. created it. then run web install.
Please fix your branch. This comma bug was introduced again. -- You are receiving this mail because: You are watching all bug changes.