We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b5c9 commit 4a638d7Copy full SHA for 4a638d7
t/02_pgagent_jobs.t
@@ -39,6 +39,7 @@ $dbh->do(q{
39
CREATE TABLE pgagent.pga_jobstep (
40
jstid serial NOT NULL PRIMARY KEY,
41
jstjobid int4 NOT NULL REFERENCES pgagent.pga_job(jobid),
42
+ jstkind char NOT NULL DEFAULT 'b',
43
jstname text NOT NULL
44
);
45
0 commit comments