diff options
-rw-r--r-- | t/02_pgagent_jobs.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/02_pgagent_jobs.t b/t/02_pgagent_jobs.t index 74f768a8c..26f518266 100644 --- 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 ); |