mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that columns should be merged if the newly added column is present in the parent table. Fixes #6780
This commit is contained in:
committed by
Akshay Joshi
parent
d2a7f7fffe
commit
c7cd57db91
@@ -11,6 +11,7 @@ notes for it.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release_notes_6_2
|
||||
release_notes_6_1
|
||||
release_notes_6_0
|
||||
release_notes_5_7
|
||||
|
||||
21
docs/en_US/release_notes_6_2.rst
Normal file
21
docs/en_US/release_notes_6_2.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
************
|
||||
Version 6.2
|
||||
************
|
||||
|
||||
Release date: 2021-11-18
|
||||
|
||||
This release contains a number of bug fixes and new features since the release of pgAdmin4 6.1.
|
||||
|
||||
New features
|
||||
************
|
||||
|
||||
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #6780 <https://redmine.postgresql.org/issues/6780>`_ - Ensure that columns should be merged if the newly added column is present in the parent table.
|
||||
Reference in New Issue
Block a user