Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 9, 2024
1 parent 468fe2c commit a8f71c8
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions app/config/server.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/config/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ message TLoggingConfig {

// TDatasouceConfig is a collection of datasource-specific settings
message TDatasourcesConfig {
TYdbConfig ydb = 1;
TMySQLConfig mysql = 2;
TClickHouseConfig clickhouse = 3;
TGreenplumConfig greenplum = 6;
TMsSQLServerConfig ms_sql_server = 4;
TMySQLConfig mysql = 2;
TLoggingConfig logging = 8;
TOracleConfig oracle = 7;
TPostgreSQLConfig postgresql = 5;
TYdbConfig ydb = 1;
TGreenplumConfig greenplum = 6;
TOracleConfig oracle = 7;
TLoggingConfig logging = 8;
}

0 comments on commit a8f71c8

Please sign in to comment.