New column: acq.hold_request.shelf_time
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Aug 2009 20:56:39 +0000 (20:56 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Aug 2009 20:56:39 +0000 (20:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@13908 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/090.schema.action.sql

index 32521e3..c1e2c6c 100644 (file)
@@ -286,7 +286,8 @@ CREATE TABLE action.hold_request (
        phone_notify            TEXT,
        email_notify            BOOL                            NOT NULL DEFAULT TRUE,
        frozen                  BOOL                            NOT NULL DEFAULT FALSE,
-       thaw_date               TIMESTAMP WITH TIME ZONE
+       thaw_date               TIMESTAMP WITH TIME ZONE,
+       shelf_time              TIMESTAMP WITH TIME ZONE
 );
 
 CREATE INDEX hold_request_target_idx ON action.hold_request (target);