Fixed an issue where the table showed duplicate columns when creating multiple sequences on the same column. Fixes #7307

This commit is contained in:
Akshay Joshi
2022-04-21 12:42:33 +05:30
parent e5ef6a7b21
commit d336cade85
5 changed files with 5 additions and 4 deletions

View File

@@ -38,4 +38,5 @@ Bug fixes
| `Issue #7294 <https://redmine.postgresql.org/issues/7294>`_ - Fixed an issue where the copy and paste row does not work if the first column contains no data.
| `Issue #7296 <https://redmine.postgresql.org/issues/7296>`_ - Ensure that after deleting multiple objects from the properties panel, the browser tree should be refreshed.
| `Issue #7299 <https://redmine.postgresql.org/issues/7299>`_ - Fixed sorting issue in the statistics panel.
| `Issue #7307 <https://redmine.postgresql.org/issues/7307>`_ - Fixed an issue where the table showed duplicate columns when creating multiple sequences on the same column.
| `Issue #7308 <https://redmine.postgresql.org/issues/7308>`_ - Ensure that sorting should be preserved on refresh for Server Activity.