Update applier.go
update function comment
This commit is contained in:
parent
0a033c76c1
commit
6dfadca148
@ -300,7 +300,7 @@ func (this *Applier) AlterGhost() error {
|
||||
return err
|
||||
}
|
||||
|
||||
// AlterGhost applies `alter` statement on ghost table
|
||||
// AlterGhostAutoIncrement alter `AUTO_INCREMENT` clause on ghost table
|
||||
func (this *Applier) AlterGhostAutoIncrement() error {
|
||||
query := fmt.Sprintf(`alter /* gh-ost */ table %s.%s AUTO_INCREMENT=%d`,
|
||||
sql.EscapeName(this.migrationContext.DatabaseName),
|
||||
|
Loading…
Reference in New Issue
Block a user