[Koha-bugs] [Bug 14053] Acquisition db tables are missing indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 19:14:31 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14053

--- Comment #18 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list