Skip to content

Commit a2368f6

Browse files
committed
RE: fixed issue with jsonSchema when the select statement was not retrieved
1 parent 8ccdef9 commit a2368f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse_engineering/helpers/postgresService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ module.exports = {
329329
return {
330330
name: viewName,
331331
data,
332-
jsonSchema: {},
332+
jsonSchema: { properties: [] },
333333
};
334334
}
335335

0 commit comments

Comments
 (0)