Skip to content

Commit 4a638d7

Browse files
author
Greg Sabino Mullane
committed
Adding a jstkind to the dummy pgagent schema, so the recent changes that reference it can work.
1 parent 3e8b5c9 commit 4a638d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/02_pgagent_jobs.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $dbh->do(q{
3939
CREATE TABLE pgagent.pga_jobstep (
4040
jstid serial NOT NULL PRIMARY KEY,
4141
jstjobid int4 NOT NULL REFERENCES pgagent.pga_job(jobid),
42+
jstkind char NOT NULL DEFAULT 'b',
4243
jstname text NOT NULL
4344
);
4445

0 commit comments

Comments
 (0)