fix: remove podman call from clear_migrations
This commit is contained in:
parent
47e05b8dd8
commit
85d336c43f
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ clear_migrations() {
|
||||||
if [[ -f db.sqlite3 ]];then
|
if [[ -f db.sqlite3 ]];then
|
||||||
rm db.sqlite3
|
rm db.sqlite3
|
||||||
fi
|
fi
|
||||||
podman pod rm -f cq_pod &&
|
|
||||||
podman volume prune
|
|
||||||
}
|
}
|
||||||
|
|
||||||
verify_python
|
verify_python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue