Fixed value error in the restore dialog. Fixes #7151

This commit is contained in:
Nikhil Mohite
2022-02-03 17:44:54 +05:30
committed by Akshay Joshi
parent ad64491a98
commit 4a195e7ef6
4 changed files with 8 additions and 6 deletions

View File

@@ -35,3 +35,4 @@ Bug fixes
| `Issue #7142 <https://redmine.postgresql.org/issues/7142>`_ - Fixed an issue where a warning message was shown after database creation/modification.
| `Issue #7145 <https://redmine.postgresql.org/issues/7145>`_ - Ensure that owner should be ignored while comparing extensions.
| `Issue #7146 <https://redmine.postgresql.org/issues/7146>`_ - Fixed event trigger comparing issue in Schema Diff tool.
| `Issue #7151 <https://redmine.postgresql.org/issues/7151>`_ - Fixed value error in the restore dialog.