Fix NULL interval for action_trigger.event_definition.delay
authorDan Scott <dscott@laurentian.ca>
Tue, 27 Mar 2012 19:07:14 +0000 (15:07 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Tue, 27 Mar 2012 19:08:41 +0000 (15:08 -0400)
The delay column in action_trigger.event_definition is defined as NOT
NULL, therefore we should not try to push a NULL into it as that makes
PostgreSQL unhappy.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 4d24da1..953c02e 100644 (file)
@@ -8568,7 +8568,7 @@ $$
         'DeleteTempBiblioBucket',
         'owner',
         'print-on-demand',
-        NULL,
+        '00:00:00',
 $$
 <div>
     <style> li { padding: 8px; margin 5px; }</style>