Bug 11384: (follow-up) update DBIC schema classes
authorGalen Charlton <gmc@esilibrary.com>
Wed, 11 Dec 2013 16:55:31 +0000 (16:55 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:15:59 +0000 (16:15 +0000)
commit7a52759b0f1f48661d357a0738cb68f6cb17edae
tree7b925740d7ff6bc559f272f23bda0f429942b4f8
parent5f015d050281a676670b592831f5b1bd11c81f47
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>
Koha/Schema/Result/CollectionTracking.pm