mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Generate mSQL for new schemas correctly. Fixes #1937
This commit is contained in:
parent
c345adaa52
commit
36c909b1f9
@ -716,7 +716,7 @@ It may have been removed by another user.
|
||||
data[k] = v
|
||||
|
||||
try:
|
||||
SQL = self.get_sql(gid, sid, data, scid)
|
||||
SQL, name = self.get_sql(gid, sid, data, scid)
|
||||
if SQL and SQL.strip('\n') and SQL.strip(' '):
|
||||
return make_json_response(
|
||||
data=SQL.strip('\n'),
|
||||
|
Loading…
Reference in New Issue
Block a user