fix: remove podman call from clear_migrations

This commit is contained in:
Lucas F. 2024-02-09 11:25:28 -03:00
parent 47e05b8dd8
commit 85d336c43f

View file

@ -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