[Koha-bugs] [Bug 7794] redefine the field id as PRIMARY KEY of sessions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 28 11:49:51 CEST 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA
                 CC|                            |paul.poulain at biblibre.com

--- Comment #3 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list