Skip to content

Commit

Permalink
Update DbType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeOnePlus authored Feb 26, 2025
1 parent d1b3fcb commit 2588273
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ public enum DbType {
REDSHIFT(10, "redshift"),
DAMENG(11, "dameng"),
STARROCKS(12, "starrocks"),
DORIS(13, "doris"),
// todo: this is not a db type....
SSH(14, "ssh"),
PROXY(15, "proxy"),
SSH(13, "ssh"),
PROXY(14, "proxy"),
DORIS(15, "doris"),
;

@EnumValue private final int code;
Expand Down

0 comments on commit 2588273

Please sign in to comment.