fix issue with removing account if it created some API Key

This commit is contained in:
ghostersk
2025-05-27 11:21:58 +01:00
parent cb9b50bd9b
commit 510501ce7e
12 changed files with 236 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
# 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