[Koha-bugs] [Bug 13790] Add unique id issue_id to issues and oldissues tables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 4 10:30:10 CET 2015


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 36441
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36441&action=edit
Bug 13790 - Add unique id issue_id to issues and old_issues tables

Test Plan:
1) Use a database with existing issues and old issues
2) Apply this patch
3) Run updatedatabase
4) Inspect the database
   a) old_issues should now have a column issue_id starting with 1
   b) issues should now have a column issue_id starting with the number
      of rows in the old_issues table plus one

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list