I'm quite new to pg-boss and only recently downloaded version 9. Yesterday I upgraded to 10.6. I wiped out the pgboss schema and let it create the new schema. I noticed that the job table does not have a primary key which is suspicious. Now, if I do this:
I'm quite new to pg-boss and only recently downloaded version 9. Yesterday I upgraded to 10.6. I wiped out the
pgboss
schema and let it create the new schema. I noticed that thejob
table does not have a primary key which is suspicious. Now, if I do this:It returns
NULL
and nothing gets added to thejob
table.