]> git.evergreen-ils.org Git - Evergreen.git/commit
Loosened constraint on group penalty thresholds. You can now define threholds for...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Sep 2009 17:25:10 +0000 (17:25 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Sep 2009 17:25:10 +0000 (17:25 +0000)
commitc2cde5561cc7c4973aa221444e58660b0649713c
treee3dc335ab7533f01936c8b7a85b6723a4cbc0517
parent732a7dc23b0c39131595c09cd1f3be17dc094812
Loosened constraint on group penalty thresholds.  You can now define threholds for the same group as long as they have a different context org unit

To Update:

ALTER TABLE permission.grp_penalty_threshold DROP CONSTRAINT penalty_grp_once;
ALTER TABLE permission.grp_penalty_threshold ADD CONSTRAINT penalty_grp_once UNIQUE (grp,penalty,org_unit);

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13961 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/006.schema.permissions.sql