Another typo [sigh...]
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Aug 2009 20:13:12 +0000 (20:13 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Aug 2009 20:13:12 +0000 (20:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13906 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 8a704c3..4482af3 100644 (file)
@@ -299,7 +299,7 @@ CREATE TABLE action.hold_request (
        email_notify            BOOL                            NOT NULL DEFAULT TRUE,
        frozen                  BOOL                            NOT NULL DEFAULT FALSE,
        thaw_date               TIMESTAMP WITH TIME ZONE,
-       shelf_date              TIMESTAMP WITH TIME ZONE
+       shelf_time              TIMESTAMP WITH TIME ZONE
 );
 
 CREATE INDEX hold_request_target_idx ON action.hold_request (target);