We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c00b44 commit aa00222Copy full SHA for aa00222
backend/apps/db/db.py
@@ -126,7 +126,7 @@ def get_tables(ds: CoreDatasource):
126
LEFT JOIN
127
pg_description d ON d.objoid = c.oid AND d.objsubid = 0
128
WHERE n.nspname = current_schema()
129
- AND c.relkind IN ('r', 'v', 'p')
+ AND c.relkind IN ('r', 'v', 'p', 'm')
130
AND c.relname NOT LIKE 'pg_%'
131
AND c.relname NOT LIKE 'sql_%'
132
ORDER BY c.relname \
0 commit comments