mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-02 09:29:29 -05:00
Generate mSQL for new schemas correctly. Fixes #1937
This commit is contained in:
committed by
Dave Page
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'),
|
||||
|
||||
Reference in New Issue
Block a user