MCPcopy
hub / github.com/riverqueue/river / migrateDown

Struct migrateDown

cmd/river/rivercli/river_cli.go:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452type migrateDown struct {
453 CommandBase
454}
455
456func (c *migrateDown) Run(ctx context.Context, opts *migrateOpts) (bool, error) {
457 migrator, err := c.DriverProcurer.GetMigrator(&rivermigrate.Config{Line: opts.Line, Logger: c.Logger, Schema: c.Schema})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected