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