Patch non-core test databases to schema version 99
Created by: mkszuba
Description
Patch compara, ontology and variation test DBs to schema version 99.
Use case
- I must have set a branch wrong or something like that for the previous patching because it didn't update the version of the ontology schema. Fixed;
- There is now an official variation schema-version patch;
- For consistency between compara test DBs (officially still at 98) and all the rest (officially all at 99 now), apply the same unofficial compara schema-version patch as in ensembl-rest.
Benefits
No more warnings/errors due to the mismatch of API and DB-schema versions in the test suite.
Possible Drawbacks
The Compara schema-version patch is unofficial.
Testing
Have you added/modified unit tests to test the changes?
No.
If so, do the tests pass/fail?
N/A
Have you run the entire test suite and no regression was detected?
Yes, no regression detected.