https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118132|0 |1 is obsolete| | Attachment #118133|0 |1 is obsolete| | Attachment #118134|0 |1 is obsolete| | Attachment #118135|0 |1 is obsolete| | Attachment #118136|0 |1 is obsolete| | Attachment #118137|0 |1 is obsolete| | Attachment #118138|0 |1 is obsolete| | Attachment #118139|0 |1 is obsolete| | Attachment #118140|0 |1 is obsolete| | Attachment #118141|0 |1 is obsolete| | Attachment #118142|0 |1 is obsolete| | Attachment #118143|0 |1 is obsolete| | --- Comment #76 from Kyle M Hall <[email protected]> --- Created attachment 118155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118155&action=edit Bug 14233: Add 'id' field to `letter` table to allow linking To allow for 'object' linking from the action_logs table we need an int(11) identifier. This patch updates the letter table to add such a field as a replacement for the multi-field primary key and moves that key to a unique constraint. Test plan 1/ Run the database update 2/ Check that the 'letter' table now includes an 'id' primary key and 'letter_uniq_1' multi-field unique key 3/ Signoff Signed-off-by: Kelly McElligott <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
