From: Bill Erickson <berick@esilibrary.com> Date: Tue, 21 Jun 2011 21:05:42 +0000 (-0400) Subject: Update serial.unit auditor table along w/ asset.copy change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d2301405894b7fb75fd551c9138b2ca9b63e8f5;p=evergreen%2Fmasslnc.git Update serial.unit auditor table along w/ asset.copy change Signed-off-by: Bill Erickson <berick@esilibrary.com> --- diff --git a/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql b/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql index 8bfc1dcdac..c2cffff97b 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql @@ -13,6 +13,9 @@ ALTER TABLE asset.copy ALTER TABLE auditor.asset_copy_history ADD COLUMN active_date TIMESTAMP WITH TIME ZONE; +ALTER TABLE auditor.serial_unit_history + ADD COLUMN active_date TIMESTAMP WITH TIME ZONE; + ALTER TABLE config.copy_status ADD COLUMN copy_active BOOL NOT NULL DEFAULT FALSE;