projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d492e
)
Fix NULL interval for action_trigger.event_definition.delay
user/dbs/fix-950.data-syntax
author
Dan Scott
<dscott@laurentian.ca>
Tue, 27 Mar 2012 19:07:14 +0000
(15:07 -0400)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index
4d24da1
..
953c02e
100644
(file)
--- a/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@
-8568,7
+8568,7
@@
$$
'DeleteTempBiblioBucket',
'owner',
'print-on-demand',
-
NULL
,
+
'00:00:00'
,
$$
<div>
<style> li { padding: 8px; margin 5px; }</style>