Skip to content

Commit

Permalink
Remove obsolete default clickhouse db name constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Dec 6, 2023
1 parent 0e8fc41 commit 91360cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/clickhouse/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import (
"fmt"
)

const (
defaultDBName string = "gitlab_ci"
)

const (
createPipelinesTableSQL = `
CREATE TABLE IF NOT EXISTS %s.%s (
Expand Down

0 comments on commit 91360cb

Please sign in to comment.