(version int64)
| 80 | SetVersion(version int64, dirty bool) error |
| 81 | |
| 82 | RemoveVersion(version int64) error |
| 83 | |
| 84 | // Version returns the currently active version and if the database is dirty. |
| 85 | // When no migration has been applied, it must return version -1. |
no outgoing calls
no test coverage detected