From e54c2f49148c5dfed3c1475ef994ddcee8618b4e Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 27 Oct 2010 20:10:18 +0000 Subject: [PATCH] Should not be included in the 2.0 upgrade script -- trunk only (suggesting we should not have 1.6.1-2.0 in trunk) git-svn-id: svn://svn.open-ils.org/ILS/trunk@18510 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql | 35 ---------------------------- 1 file changed, 35 deletions(-) diff --git a/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql index a39676c7a..b68ded7cf 100644 --- a/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql @@ -4742,41 +4742,6 @@ INSERT INTO action_trigger.validator (module, description) VALUES ( ) ); -INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES - ( 'circ.staff_age_to_lost', - 'circ', - oils_i18n_gettext( - 'circ.staff_age_to_lost', - 'An overdue circulation should be aged to a Lost status.', - 'ath', - 'description' - ), - TRUE - ) -; - -INSERT INTO action_trigger.event_definition ( - id, - active, - owner, - name, - hook, - validator, - reactor, - delay_field - ) VALUES ( - 36, - FALSE, - 1, - 'circ.staff_age_to_lost', - 'circ.staff_age_to_lost', - 'CircIsOverdue', - 'MarkItemLost', - 'due_date' - ) -; - - -- Create the query schema, and the tables and views therein DROP SCHEMA IF EXISTS sql CASCADE; -- 2.11.0