http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11430
--- Comment #36 from Katrin Fischer <[email protected]> --- Comment on attachment 29042 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29042 Bug 11430: DB changes: Add the primary key for search_history Review of attachment 29042: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11430&attachment=29042) ----------------------------------------------------------------- Hi Jonathan, taking a look at the patches with splinter first. ::: installer/data/mysql/updatedatabase.pl @@ +8574,5 @@ > + |); > + print "Upgrade to $DBversion done (Bug 11430 - Add primary key for > search_history)\n"; > + SetVersion($DBversion); > +} > + In kohastructure.sql id will be the first column, it will be the last when running updatedatabase. -- 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/
