| 661 | } |
| 662 | |
| 663 | type migrateUp struct { |
| 664 | CommandBase |
| 665 | } |
| 666 | |
| 667 | func (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}) |
nothing calls this directly
no outgoing calls
no test coverage detected