http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14053 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 38568 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38568 Bug 14053 - Acquisition db tables are missing indexes Review of attachment 38568: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14053&attachment=38568) ----------------------------------------------------------------- ::: 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. -- You are receiving this mail because: You are watching all bug changes.