[open-ils-commits] r13677 - trunk/Open-ILS/src/sql/Pg (scottmk)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 21 16:56:54 EDT 2009
Author: scottmk
Date: 2009-07-21 16:56:53 -0400 (Tue, 21 Jul 2009)
New Revision: 13677
Modified:
trunk/Open-ILS/src/sql/Pg/090.schema.action.sql
Log:
Oops -- correcting carelessness of previous change
to definition of action.circulation. workstation
references actor,workstation, not actor.org_unit.
Modified: trunk/Open-ILS/src/sql/Pg/090.schema.action.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/090.schema.action.sql 2009-07-21 20:47:45 UTC (rev 13676)
+++ trunk/Open-ILS/src/sql/Pg/090.schema.action.sql 2009-07-21 20:56:53 UTC (rev 13677)
@@ -124,7 +124,7 @@
recuring_fine_rule TEXT NOT NULL, -- name of "circ fine" rule
max_fine_rule TEXT NOT NULL, -- name of "max fine" rule
stop_fines TEXT CHECK (stop_fines IN ('CHECKIN','CLAIMSRETURNED','LOST','MAXFINES','RENEW','LONGOVERDUE')),
- workstation INT REFERENCES actor.org_unit(id)
+ workstation INT REFERENCES actor.workstation(id)
ON DELETE SET NULL
DEFERRABLE INITIALLY DEFERRED
) INHERITS (money.billable_xact);
More information about the open-ils-commits
mailing list