fix Gunicorn not working on linux + missing flask_migrate

This commit is contained in:
ghostersk
2025-05-28 09:50:41 +01:00
parent b5fc6728a8
commit 98ea741e1d
4 changed files with 54 additions and 10 deletions
-2
View File
@@ -1,5 +1,3 @@
# Migration - remove user_id from ApiKey:
pip install Flask-Migrate
python -m flask db init
python -m flask db migrate -m "Remove user_id from ApiKey"
python -m flask db upgrade