Update the schema version of the microannotated repositories

We will also need to re-generate the regressor information after this, but
the regressor DB version wasn't changed yet to wait for pydriller blame
improvements first (to avoid regenerating it twice).
This commit is contained in:
Marco Castelluccio 2019-12-22 21:13:22 +01:00
Родитель fe5e02a87b
Коммит e450f41012
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ logger = getLogger(__name__)
# When updating the version, the git repositories will be recreated from scratch.
# This is useful when new meaningful versions of rust-code-analysis or microannotate
# are used.
VERSION = 1
VERSION = 2
COMMITS_STEP = 5000