Summary: | redefine the field id as PRIMARY KEY of sessions | ||
---|---|---|---|
Product: | Koha | Reporter: | Stéphane Delaune <stephane.delaune> |
Component: | Database | Assignee: | Stéphane Delaune <stephane.delaune> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
proposed patch
Bug 7794:redefine the field id as PRIMARY KEY of sessions |
Description
Stéphane Delaune
2012-03-22 10:45:12 UTC
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. |