From 1c76548022d3d893f982aae34d5af776824ef736 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 20 Jul 2005 22:14:12 +0000 Subject: [PATCH] adding target_copy to action.transit_copy git-svn-id: svn://svn.open-ils.org/ILS/trunk@1323 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Postgres/090.schema.action.sql | 1 + 1 file changed, 1 insertion(+) 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, -- 2.11.0