[Koha-bugs] [Bug 9064] statistics.ccode specified inconsistently

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 21 14:21:56 CET 2012


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13575|0                           |1
        is obsolete|                            |

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 13576
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13576&action=edit
Bug 9064: fix statistics.ccode column

>From updatedatabase.pl:
    $dbh->do("ALTER TABLE statistics ADD COLUMN ccode VARCHAR ( 10 ) NULL AFTER
associatedborrower");
>From kohastructure.sql:
  `ccode` int(11) default NULL, -- foreign key from the items table, links
transaction to a specific collection code

The variant in updatedatabase.pl is probably what was wanted.

This patch fixes the kohastructure and add another updatedatabase.pl, in case
someone has a broken install.
This should not happen, because 3.10.0 still not released, but just in case...

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list