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)
commit2610bf72068c075641418844968b6ae4b95b4507
tree3a9748b9a95bff89801f5d1ef955321459712bc0
parent10d492e673339d632df3de964abff096556820ac
Fix NULL interval for action_trigger.event_definition.delay

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