WIP move to whole patch versions in deps

This commit is contained in:
nolash
2021-11-15 14:07:48 +01:00
parent 4658a5d8e5
commit 97e45c87d7
12 changed files with 51 additions and 52 deletions

View File

@@ -2,5 +2,5 @@
set -e
>&2 echo executing database migration
python scripts/migrate.py --migrations-dir /usr/local/share/cic-cache/alembic -vv
python scripts/migrate_cic_cache.py --migrations-dir /usr/local/share/cic-cache/alembic -vv
set +e