-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump debian pg_cron to 1.6.2 (#1089)
* Bump debian pg_cron to 1.6.2 * Fixes day of week
- Loading branch information
1 parent
59f51c3
commit f1ad3c6
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
pgcron (1.6.2.citus-1) stable; urgency=low | ||
|
||
* Official 1.6.2 release of PG Cron | ||
|
||
-- Gurkan Indibay <[email protected]> Mon, 27 Nov 2023 12:55:45 +0000 | ||
|
||
|
||
pgcron (1.6.0.citus-1) stable; urgency=low | ||
|
||
* Official 1.6.0 release of PG Cron | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pkgname=pgcron | ||
hubproj=pg_cron | ||
pkgdesc='Periodic job scheduler of PostgreSQL' | ||
pkglatest=1.6.0.citus-1 | ||
pkglatest=1.6.2.citus-1 |