func NewMigrator()

in migration.go [39:41]


func NewMigrator(versioner Versioner) *Migrator {
	return &Migrator{version: versioner}
}