()
| 176 | } |
| 177 | |
| 178 | func (c *cfg) Version() o.Option[string] { |
| 179 | return c.get("", versionKey) |
| 180 | } |
| 181 | |
| 182 | func (c *cfg) Migrate(m gh.Migration) error { |
| 183 | // If there is no version entry we must never have applied a migration, and the following conditional logic |
no test coverage detected