http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9064
Priority: P5 - low
Change sponsored?: ---
Bug ID: 9064
Assignee: [email protected]
Summary: statistics.ccode specified inconsistently
Severity: blocker
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: master
Component: Architecture, internals, and plumbing
Product: Koha
>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
I believe the variant in updatedatabase.pl is probably what was wanted.
Also, further testing is needed to confirm that the update works at all, as it
seems not to have run at all when I updated my system past 3.09.00.044.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/