table sessions has a UNIQUE KEY `id`, we should move to PRIMARY KEY
Created attachment 8490 [details] [review] proposed patch
Created attachment 9538 [details] [review] Bug 7794:redefine the field id as PRIMARY KEY of sessions Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.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
There have been no further reports of problems so I am marking this bug resolved.