Actually, that never needed to be in parens.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 28 Mar 2016 16:05:25 +0000 (12:05 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 12:05:57 +0000 (08:05 -0400)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql

index d949f1c..32658b1 100644 (file)
@@ -77,12 +77,12 @@ Please do not respond to this email.  This notice was sent from an address that
 $$,
         'overdue');
 
-insert into action_trigger.environment (event_def, path) values (
+insert into action_trigger.environment (event_def, path) values 
 ((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'target_copy.call_number.record.simple_record'),
 ((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'usr'),
 ((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'billable_tranaction.summary'),
 ((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'circ_lib.billing_address')
-);
+;
 
 -- 30-day account expiration notice