Skip to content

Commit 295e08d

Browse files
authored
Merge pull request #264 from codefori/feature/mtq
Also show MQTs in Tables node
2 parents 616e7ab + 3730e24 commit 295e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type SQLType = "schemas" | "tables" | "views" | "aliases" | "constraints"
77
type PageData = { filter?: string, offset?: number, limit?: number };
88

99
const typeMap = {
10-
'tables': [`T`, `P`],
10+
'tables': [`T`, `P`, `M`],
1111
'views': [`V`],
1212
'aliases': [`A`]
1313
};

0 commit comments

Comments
 (0)