github.com/go-pg/migrations/v8.Collection.Version (method)

3 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L625: func (c *Collection) Version(db DB) (int64, error) {
		collection.go#L706: 	version, err := c.Version(tx)
		default.go#L10: 	return DefaultCollection.Version(db)