http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14053
--- Comment #14 from M. Tompsett <[email protected]> --- 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)), Remove (255) This causes a failure. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
