| 450 | } |
| 451 | |
| 452 | type migrateDown struct { |
| 453 | CommandBase |
| 454 | } |
| 455 | |
| 456 | func (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}) |
nothing calls this directly
no outgoing calls
no test coverage detected