[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6037312bec16fbac86697ebd6c435522d354939d

Evergreen Git git at git.evergreen-ils.org
Tue Sep 26 14:01:04 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  6037312bec16fbac86697ebd6c435522d354939d (commit)
      from  f64731e8aa5d796c65195b111e049b0916a795f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6037312bec16fbac86697ebd6c435522d354939d
Author: Mike Rylander <mrylander at gmail.com>
Date:   Tue Sep 26 11:51:41 2017 -0400

    LP#1719694: Add missing column in baseline schema for batch patron edit
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/sql/Pg/090.schema.action.sql b/Open-ILS/src/sql/Pg/090.schema.action.sql
index 2d598df..8211b23 100644
--- a/Open-ILS/src/sql/Pg/090.schema.action.sql
+++ b/Open-ILS/src/sql/Pg/090.schema.action.sql
@@ -816,6 +816,7 @@ CREATE TABLE action.fieldset_group (
     complete_time   TIMESTAMPTZ,
     container       INT,        -- Points to a container of some type ...
     container_type  TEXT,       -- One of 'biblio_record_entry', 'user', 'call_number', 'copy'
+    can_rollback    BOOL        DEFAULT TRUE,
     rollback_group  INT         REFERENCES action.fieldset_group (id) ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED,
     rollback_time   TIMESTAMPTZ,
     creator         INT         NOT NULL REFERENCES actor.usr (id) ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED,

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/090.schema.action.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list