Fixed an issue where the wrong schema is displayed for a foreign key in the schema diff tool. #5488

This commit is contained in:
Akshay Joshi
2022-11-28 17:27:21 +05:30
parent 7710d5e21c
commit 83bfdf9b3c
4 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ import copy
import string
from pgadmin.tools.schema_diff.model import SchemaDiffModel
from flask import current_app
from pgadmin.utils.preferences import Preferences
from pgadmin.utils.constants import PGADMIN_STRING_SEPARATOR
count = 1