mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix dropping of Domains. Fixes #1470
This commit is contained in:
committed by
Dave Page
parent
de568b3021
commit
68497b00f6
@@ -578,7 +578,8 @@ AND relkind != 'c'))"""
|
||||
)
|
||||
)
|
||||
|
||||
name, basensp = res['rows'][0]
|
||||
name = res['rows'][0]['name']
|
||||
basensp = res['rows'][0]['basensp']
|
||||
|
||||
SQL = render_template("/".join([self.template_path,
|
||||
'delete.sql']),
|
||||
|
||||
Reference in New Issue
Block a user