Skip to content

Commit

Permalink
ClickHouse: Remove inaccurate comment (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Feb 27, 2023
1 parent 04cfc80 commit 7b085d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/driver/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ func (drv *Driver) DeleteMigration(db dbutil.Transaction, version string) error
// Ping verifies a connection to the database server. It does not verify whether the
// specified database exists.
func (drv *Driver) Ping() error {
// attempt connection to primary database, not "clickhouse" database
// to support servers with no "clickhouse" database
// (see https://github.com/amacneil/dbmate/issues/78)
db, err := drv.Open()
if err != nil {
return err
Expand Down

0 comments on commit 7b085d2

Please sign in to comment.