github.com/go-pg/migrations/v8.Migration.Version (field)

17 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L25: 	Version int64
		collection.go#L35: 	return strconv.FormatInt(m.Version, 10)
		collection.go#L113: 		Version: version,
		collection.go#L179: 			if m.Version == version {
		collection.go#L185: 			Version: version,
		collection.go#L331: 		if m.Version > migration.Version {
		collection.go#L408: 			version = migrations[len(migrations)-1].Version
		collection.go#L454: 			if m.Version > target {
		collection.go#L465: 			if m.Version <= version {
		collection.go#L540: 		if _, ok := versions[m.Version]; ok {
		collection.go#L542: 				"there are multiple migrations with version=%d", m.Version)
		collection.go#L544: 		versions[m.Version] = struct{}{}
		collection.go#L558: 		return m.Version, nil
		collection.go#L573: 		return m.Version - 1, nil
		collection.go#L596: 		if mm.Version <= oldVersion {

	go.pact.im/x/old/pgtxtar
		pgtxtar.go#L53: 			Version: version,