Skip to content
Snippets Groups Projects
Verified Commit 5467567c authored by Carlos Andres Planchon Prestes's avatar Carlos Andres Planchon Prestes 💬
Browse files

Adding sleep to migration script.

parent 498c1691
No related branches found
No related tags found
2 merge requests!2PROD1.0,!1PROD 0.1
......@@ -5,6 +5,9 @@
docker compose down
docker compose up -d
echo "Sleeping 5 seconds."
# sleep 5
# Remove old migrations:
rm -rf -y dashboard/migrations/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment