Fix NULL interval for action_trigger.event_definition.delay user/dbs/fix-950.data-syntax
authorDan Scott <dscott@laurentian.ca>
Tue, 27 Mar 2012 19:07:14 +0000 (15:07 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 27 Mar 2012 19:07:14 +0000 (15:07 -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>
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>