SetVersion saves version and dirty state. Migrate will call this function before and after each call to Run. version must be >= -1. -1 means NilVersion.
(version int64, dirty bool)
| 78 | // Migrate will call this function before and after each call to Run. |
| 79 | // version must be >= -1. -1 means NilVersion. |
| 80 | SetVersion(version int64, dirty bool) error |
| 81 | |
| 82 | RemoveVersion(version int64) error |
| 83 |
no outgoing calls
no test coverage detected