DROP DATABASE koha_library; CREATE DATABASE koha_library; QUIT;
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14053 --- Comment #15 from M. Tompsett <mtompset@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: 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.