Skip to content

Commit

Permalink
removes backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
vmogilev committed Aug 7, 2023
1 parent 6ebe822 commit 6055b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/reparent.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENGINE=InnoDB`, mysql.MaximumPositionSize)}
// This is to support in-place upgrades from 13.0.x to 14.0.x
func AlterReparentJournal() []string {
return []string{
"`ALTER TABLE _vt.reparent_journal CHANGE COLUMN primary_alias master_alias VARBINARY(32) NOT NULL`",
"ALTER TABLE _vt.reparent_journal CHANGE COLUMN primary_alias master_alias VARBINARY(32) NOT NULL",
}
}

Expand Down

0 comments on commit 6055b2a

Please sign in to comment.