Skip to content

Commit

Permalink
Merge pull request #264 from codefori/feature/mtq
Browse files Browse the repository at this point in the history
Also show MQTs in Tables node
  • Loading branch information
forstie authored Aug 19, 2024
2 parents 616e7ab + 3730e24 commit 295e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type SQLType = "schemas" | "tables" | "views" | "aliases" | "constraints"
type PageData = { filter?: string, offset?: number, limit?: number };

const typeMap = {
'tables': [`T`, `P`],
'tables': [`T`, `P`, `M`],
'views': [`V`],
'aliases': [`A`]
};
Expand Down

0 comments on commit 295e08d

Please sign in to comment.