[open-ils-commits] r18510 - trunk/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 27 16:10:23 EDT 2010
Author: miker
Date: 2010-10-27 16:10:18 -0400 (Wed, 27 Oct 2010)
New Revision: 18510
Modified:
trunk/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql
Log:
Should not be included in the 2.0 upgrade script -- trunk only (suggesting we should not have 1.6.1-2.0 in trunk)
Modified: trunk/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql 2010-10-27 20:08:52 UTC (rev 18509)
+++ trunk/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql 2010-10-27 20:10:18 UTC (rev 18510)
@@ -4742,41 +4742,6 @@
)
);
-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;
More information about the open-ils-commits
mailing list