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

4 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L520: 		err = c.SetVersion(tx, newVersion)
		collection.go#L584: 	err = c.SetVersion(tx, newVersion)
		collection.go#L639: func (c *Collection) SetVersion(db DB, version int64) error {
		default.go#L14: 	return DefaultCollection.SetVersion(db, version)