Finds the migrations. The resulting slice of migrations should be sorted by Id.
()
| 212 | // |
| 213 | // The resulting slice of migrations should be sorted by Id. |
| 214 | FindMigrations() ([]*Migration, error) |
| 215 | } |
| 216 | |
| 217 | // A hardcoded set of migrations, in-memory. |
no outgoing calls
no test coverage detected