[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:13:06 CEST 2015


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

--- Comment #17 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 39135
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39135
Bug 14053 - Acquisition db tables are missing indexes

Review of attachment 39135:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14053&attachment=39135)
-----------------------------------------------------------------

::: installer/data/mysql/kohastructure.sql
@@ +2903,4 @@
>    PRIMARY KEY  (`id`),
>    KEY `listprice` (`listprice`),
>    KEY `invoiceprice` (`invoiceprice`),
> +  KEY `name` (`name`(255)),

This wasn't the problem.

@@ +2933,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`),

This comma is the problem! I'm going to remove it from your patch and sign off.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list