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

6 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L28: 	Up   func(DB) error
		collection.go#L116: 		Up:   up,
		collection.go#L225: 			if m.Up != nil {
		collection.go#L229: 			m.Up = newSQLMigration(fs, filePath)
		collection.go#L554: 		err := m.Up(db)

	go.pact.im/x/old/pgtxtar
		pgtxtar.go#L60: 				m.Up = migrationExec(file.Data)