projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e8b5c9
)
Adding a jstkind to the dummy pgagent schema, so the recent changes that reference...
author
Greg Sabino Mullane
<
[email protected]
>
Sun, 22 Sep 2013 18:33:44 +0000
(14:33 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Sun, 22 Sep 2013 18:33:44 +0000
(14:33 -0400)
t/02_pgagent_jobs.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_pgagent_jobs.t
b/t/02_pgagent_jobs.t
index 74f768a8c4b7a2cf061af5001362e9ff3cd9b837..26f51826646930c653e551e9b25f2926efd55047 100644
(file)
--- a/
t/02_pgagent_jobs.t
+++ b/
t/02_pgagent_jobs.t
@@
-39,6
+39,7
@@
$dbh->do(q{
CREATE TABLE pgagent.pga_jobstep (
jstid serial NOT NULL PRIMARY KEY,
jstjobid int4 NOT NULL REFERENCES pgagent.pga_job(jobid),
+ jstkind char NOT NULL DEFAULT 'b',
jstname text NOT NULL
);