Browse Source

fix: remove podman call from clear_migrations

master
Lucas 12 months ago
parent
commit
85d336c43f
  1. 2
      contrib/scripts/make_scripts.sh

2
contrib/scripts/make_scripts.sh

@ -112,8 +112,6 @@ clear_migrations() {
if [[ -f db.sqlite3 ]];then
rm db.sqlite3
fi
podman pod rm -f cq_pod &&
podman volume prune
}
verify_python

Loading…
Cancel
Save