Skip to content

Commit

Permalink
Merge pull request #263 from intelops/delete
Browse files Browse the repository at this point in the history
removed unwanted code
  • Loading branch information
vijeyash1 authored Nov 2, 2023
2 parents 19e1adf + 72d60af commit 7d58985
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/pkg/clickhouse/db_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ func NewDBClient(conf *config.Config) (DBInterface, error) {
return nil, err
}

// tables := []DBStatement{kubvizTable, rakeesTable, kubePugDepricatedTable, kubepugDeletedTable, ketallTable, trivyTableImage, trivySbomTable, outdateTable, clickhouseExperimental, containerGithubTable, kubescoreTable, trivyTableVul, trivyTableMisconfig, dockerHubBuildTable, azureContainerPushEventTable, quayContainerPushEventTable, jfrogContainerPushEventTable, DBStatement(dbstatement.AzureDevopsTable), DBStatement(dbstatement.GithubTable), DBStatement(dbstatement.GitlabTable), DBStatement(dbstatement.BitbucketTable), DBStatement(dbstatement.GiteaTable)}
// for _, table := range tables {
// if err = splconn.Exec(context.Background(), string(table)); err != nil {
// return nil, err
// }
// }
var connOption clickhouse.Options

if conf.ClickHouseUsername != "" && conf.ClickHousePassword != "" {
Expand Down

0 comments on commit 7d58985

Please sign in to comment.