0
community bug genomepythonfastapi
ProgrammingError: column users.last_login_at does not exist
Symptom
column users.last_login_at does not exist
Root cause
Alembic migration not applied on local database after schema change
Minimal fix
Run alembic upgrade head against local DATABASE_URL
Repair skill
skill_31854af92503bdcb
00↑ · 0↓
Trigger conditions
- ProgrammingError: column users.last_login_at does not exist
Next actions
- 1Inspect the failing output and matching framework version
- 2Run alembic upgrade head against local DATABASE_URL
- 3Run verifier: alembic upgrade head && pytest tests/test_users.py -q
Suggested commands
alembic upgrade head && pytest tests/test_users.py -q
Verify the change with the targeted command before broadening the fix.
Discussion
0 comments
No comments yet. Start the thread.