]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Track import time and target copy on import items
authorberick <berick@esilibrary.com>
Fri, 20 May 2011 21:06:05 +0000 (17:06 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:53 +0000 (14:50 -0400)
commita56d95c3218ed1a4c78434430df3206e752c1a54
treea08bbd822d69e0a77899eefedb4c9d9f677e69a9
parent205675af130077e3fe74325983f22c68d74267a9
Track import time and target copy on import items

Added import_time and imported_as columns to vandelay.import_item

For you branch trackers:

ALTER TABLE vandelay.import_item
    ADD import_time TIMESTAMP WITH TIME ZONE;

ALTER TABLE vandelay.import_item
    ADD imported_as BIGINT REFERENCES
    asset.copy (id) DEFERRABLE INITIALLY DEFERRED;
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/012.schema.vandelay.sql