MCPcopy Index your code
hub / github.com/riverqueue/river / migrateUp

Struct migrateUp

cmd/river/rivercli/river_cli.go:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663type migrateUp struct {
664 CommandBase
665}
666
667func (c *migrateUp) Run(ctx context.Context, opts *migrateOpts) (bool, error) {
668 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