migration and testing

This commit is contained in:
2025-05-27 05:19:03 -05:00
parent d920660366
commit bba83af409
7 changed files with 64 additions and 45 deletions

View File

@ -91,3 +91,9 @@ wait:
sleep 2; echo -n "."; \
done; echo "\n[✅] $$WEB_CONTAINER is healthy!"'
migrate:
flask db migrate -m "auto"
upgrade:
flask db upgrade