projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
checking in Mike's stage 3 / widget work from yesterday
[working/Evergreen.git]
/
Open-ILS
/
src
/
reporter
/
templates
/
logic_header.ttk
diff --git
a/Open-ILS/src/reporter/templates/logic_header.ttk
b/Open-ILS/src/reporter/templates/logic_header.ttk
index
2fc450d
..
b8e05dd
100644
(file)
--- a/
Open-ILS/src/reporter/templates/logic_header.ttk
+++ b/
Open-ILS/src/reporter/templates/logic_header.ttk
@@
-28,4
+28,7
@@
DBI.connect(dsn,d_u,d_p);
stage2_insert = 'INSERT INTO reporter.stage2 (stage1, params, owner, pub)' _
' VALUES ( ?,?,?,? )';
+
+stage3_insert = 'INSERT INTO reporter.stage3 (stage2, params, owner, pub, runtime)' _
+ ' VALUES ( ?,?,?,?,? )';
%]