gh-ost/go/base/context.go

15 lines
232 B
Go
Raw Normal View History

2016-04-01 11:36:56 +00:00
/*
Copyright 2016 GitHub Inc.
See https://github.com/github/gh-osc/blob/master/LICENSE
*/
package base
import ()
type MigrationContext struct {
DatabaseName string
OriginalTableName string
GhostTableName string
}