[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 18:48:54 CEST 2015


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

--- Comment #15 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 39153
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39153&action=edit
Bug 14053 - Fix cut and paste mistake

(255) does not belong in the key definition.

TEST PLAN
----------
1) Back up db.
2) $ git reset --hard origin/master
3) $ git bz apply 14053
   -- do not apply this patch.
4) in your mysql client:
   > DROP DATABASE koha_library;
   > CREATE DATABASE koha_library;
   > QUIT;
5) Navigate to staff client
   -- blows up in step 3
6) $ git bz apply 14053
   -- apply just this final patch
7) repeat step 4.
8) Navigate to staff client
   -- everything proceeds smoothly.
9) run koha qa test tools

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


More information about the Koha-bugs mailing list