mirror of https://github.com/pressly/goose.git
Changed incorrect comment from copy paste
parent
19673d2b47
commit
340bf96224
|
@ -163,7 +163,7 @@ func (rs RedshiftDialect) dbVersionQuery(db *sql.DB) (*sql.Rows, error) {
|
|||
// TiDB
|
||||
////////////////////////////
|
||||
|
||||
// MySQLDialect struct.
|
||||
// TiDBDialect struct.
|
||||
type TiDBDialect struct{}
|
||||
|
||||
func (m TiDBDialect) createVersionTableSQL() string {
|
||||
|
|
Loading…
Reference in New Issue