LP#1719694: Add missing column in baseline schema for batch patron edit
authorMike Rylander <mrylander@gmail.com>
Tue, 26 Sep 2017 15:51:41 +0000 (11:51 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 26 Sep 2017 18:00:19 +0000 (14:00 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/090.schema.action.sql

index 2d598df..8211b23 100644 (file)
@@ -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,