Skip to content

Commit

Permalink
add dbType clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 3, 2024
1 parent 8a5f6cf commit d9add8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/components/PeerTypeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const DBTypeToGoodText = (ptype: DBType) => {
return 'SQL Server';
case DBType.MONGO:
return 'MongoDB';
case DBType.CLICKHOUSE:
return 'Clickhouse';
case DBType.UNRECOGNIZED:
return 'Unrecognised';
}
Expand Down

0 comments on commit d9add8a

Please sign in to comment.