Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Qualify function call in migration script (#291)
The migration script for pg_cron 1.2 to 1.3 was using nextval() without qualifying it with pg_catalog. This is a problem if the user has installed pg_cron in a schema other than pg_catalog. This commit fixes the problem by qualifying the function call.
- Loading branch information