]> git.koha-community.org Git - koha.git/commit
Bug 11384: (follow-up) update DBIC schema classes
authorGalen Charlton <gmc@esilibrary.com>
Wed, 11 Dec 2013 16:55:31 +0000 (16:55 +0000)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 3 Jan 2014 08:24:36 +0000 (09:24 +0100)
commitafc546d9a92a7159bd29f6615a3d48dcc42c3dfb
treeb4fe35af5c7829aefa66f464bc47f9ff7cb61096
parent95d96afb54eca86cae327e0a05da05de5a4c7f62
Bug 11384: (follow-up) update DBIC schema classes

This patch updates the DBIC schema class for CollectionTracking
to reflect the new name of its primary key column.

To test:

The CollectionTracking class is not currently used, but
if you *really* want to test this, take a look at the following
branch: http://git.librarypolice.com/?p=koha-galen.git;a=shortlog;h=refs/heads/pg

Then, set up a PostgreSQL database, update koha-conf.xml to point to it,
then run pg/deploy and verify that the collections_tracking table is created
in the Pg database.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 7a52759b0f1f48661d357a0738cb68f6cb17edae)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
Koha/Schema/Result/CollectionTracking.pm