Fixed an issue where columns with sequences get altered unnecessarily with a schema diff tool. Fixes #6564

This commit is contained in:
Akshay Joshi
2021-08-18 19:33:01 +05:30
parent d59063d79f
commit 7798584e1c
3 changed files with 29 additions and 12 deletions

View File

@@ -18,4 +18,5 @@ Housekeeping
Bug fixes
*********
| `Issue #6564 <https://redmine.postgresql.org/issues/6564>`_ - Fixed an issue where columns with sequences get altered unnecessarily with a schema diff tool.
| `Issue #6572 <https://redmine.postgresql.org/issues/6572>`_ - Partially fixes the data output panel display issue.