adding support to the circ policies table for more circ limit set munging
authorRogan Hamby <rhamby@esilibrary.com>
Fri, 3 Aug 2018 20:10:48 +0000 (16:10 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Fri, 3 Aug 2018 20:10:48 +0000 (16:10 -0400)
mig-sql/init/020_common_tables.sql

index 9c1503e..d98e1c4 100644 (file)
@@ -79,6 +79,11 @@ CREATE TABLE map_circ_policies (
     ,x_fine_rule            INTEGER
     ,x_grace_override       INTERVAL
     ,x_max_fine             INTEGER
+    ,x_circ_limit_quantity  INTEGER
+    ,x_circ_limit_parts     INTEGER
+    ,x_circ_limit_ou_name   TEXT
+    ,x_circ_limit_ou_id     INTEGER
+    ,x_circ_limit_id        INTEGER
     ,x_migrate              BOOLEAN DEFAULT FALSE
 );