From: miker Date: Wed, 20 Jul 2005 22:14:12 +0000 (+0000) Subject: adding target_copy to action.transit_copy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1c76548022d3d893f982aae34d5af776824ef736;p=Evergreen.git adding target_copy to action.transit_copy git-svn-id: svn://svn.open-ils.org/ILS/trunk@1323 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Postgres/090.schema.action.sql b/Open-ILS/src/sql/Postgres/090.schema.action.sql index cc1fe0b0dc..b72b865f75 100644 --- a/Open-ILS/src/sql/Postgres/090.schema.action.sql +++ b/Open-ILS/src/sql/Postgres/090.schema.action.sql @@ -139,6 +139,7 @@ CREATE TABLE action.hold_copy_map ( CREATE TABLE action.transit_copy ( id SERIAL PRIMARY KEY, + target_copy BIGINT NOT NULL asset.copy (id) ON DELETE CASCADE,` source INT NOT NULL REFERENCES actor.org_unit (id), dest INT NOT NULL REFERENCES actor.org_unit (id), persistant_transfer BOOL NOT NULL DEFAULT FALSE,