Fixed an issue where foreign key is not removed even if the referred table is removed in ERD. Fixes #7238

This commit is contained in:
Aditya Toshniwal
2022-03-17 17:01:07 +05:30
committed by Akshay Joshi
parent 08880ebd2e
commit 3299b0c1b0
5 changed files with 43 additions and 11 deletions

View File

@@ -20,3 +20,4 @@ Bug fixes
*********
| `Issue #7059 <https://redmine.postgresql.org/issues/7059>`_ - Fixed an issue where the error is shown on logout when the authentication source is oauth2.
| `Issue #7238 <https://redmine.postgresql.org/issues/7238>`_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD.