PreVersion is the required config version for this to be applied
()
| 93 | type Migration interface { |
| 94 | // PreVersion is the required config version for this to be applied |
| 95 | PreVersion() string |
| 96 | // PostVersion is the config version that must be applied after migration |
| 97 | PostVersion() string |
| 98 | // Do is expected to apply any necessary changes to the config in place |
no outgoing calls
no test coverage detected