initial work on context
This commit is contained in:
parent
b461c320cc
commit
f5b276415a
@ -12,3 +12,9 @@ type MigrationContext struct {
|
||||
OriginalTableName string
|
||||
GhostTableName string
|
||||
}
|
||||
|
||||
var Context = newMigrationContext()
|
||||
|
||||
func newMigrationContext() *MigrationContext {
|
||||
return &MigrationContext{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user