http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7794 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: tiny patch, that works, but after it has been applied, both UNIQUE and PRIMARY KEY are in the table definition. A ALTER TABLE sessions DROP UNIQUE KEY `id`; is usefull to remove the UNIQUE KEY and keep only the primary key. Will push with a follow-up adding this -- You are receiving this mail because: You are watching all bug changes.