projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a0d93
)
LP1182519 Per-Hold Behind Desk SQL/IDL
author
Bill Erickson
<berick@esilibrary.com>
Tue, 21 May 2013 16:45:18 +0000
(12:45 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Tue, 21 May 2013 16:45:18 +0000
(12:45 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/090.schema.action.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/090.schema.action.sql
b/Open-ILS/src/sql/Pg/090.schema.action.sql
index
9dec15f
..
c2066f3
100644
(file)
--- a/
Open-ILS/src/sql/Pg/090.schema.action.sql
+++ b/
Open-ILS/src/sql/Pg/090.schema.action.sql
@@
-402,7
+402,8
@@
CREATE TABLE action.hold_request (
cut_in_line BOOL,
mint_condition BOOL NOT NULL DEFAULT TRUE,
shelf_expire_time TIMESTAMPTZ,
- current_shelf_lib INT REFERENCES actor.org_unit DEFERRABLE INITIALLY DEFERRED
+ current_shelf_lib INT REFERENCES actor.org_unit DEFERRABLE INITIALLY DEFERRED,
+ behind_desk BOOLEAN NOT NULL DEFAULT FALSE
);
ALTER TABLE action.hold_request ADD CONSTRAINT sms_check CHECK (
sms_notify IS NULL