Fixed an issue where Schema Diff not generating difference for missing columns. #7104

This commit is contained in:
Akshay Joshi
2024-01-08 09:39:39 +05:30
parent ec5ea7e207
commit 5e710f7ee3
4 changed files with 28 additions and 30 deletions
+1
View File
@@ -46,3 +46,4 @@ Bug fixes
| `Issue #7078 <https://github.com/pgadmin-org/pgadmin4/issues/7078>`_ - Fixed an issue where user is not able to cancel or terminate active queries from dashboard.
| `Issue #7082 <https://github.com/pgadmin-org/pgadmin4/issues/7082>`_ - Fixed browser autocomplete related issues on pgAdmin authentication related pages.
| `Issue #7091 <https://github.com/pgadmin-org/pgadmin4/issues/7091>`_ - Fixed an issue where auto commit/rollback setting not persisting across query tool connection change.
| `Issue #7104 <https://github.com/pgadmin-org/pgadmin4/issues/7104>`_ - Fixed an issue where Schema Diff not generating difference for missing columns.