Limit the upgrade check to run once per day. Fixes #6187

This commit is contained in:
Dave Page
2021-01-29 16:01:35 +00:00
parent 3c1dc18656
commit 08df09af96
2 changed files with 8 additions and 2 deletions

View File

@@ -27,3 +27,4 @@ Bug fixes
| `Issue #6177 <https://redmine.postgresql.org/issues/6177>`_ - Fixed an issue while downloading ERD images in Safari and Firefox.
| `Issue #6179 <https://redmine.postgresql.org/issues/6179>`_ - Fixed an issue where Generate SQL displayed twice in the ERD tool.
| `Issue #6180 <https://redmine.postgresql.org/issues/6180>`_ - Updated missing documentation for the 'Download Image' option in ERD.
| `Issue #6187 <https://redmine.postgresql.org/issues/6187>`_ - Limit the upgrade check to run once per day.