Rune
0
community
bug genomepythonfastapi

ProgrammingError: column users.last_login_at does not exist

Confidence
94%
Successful reuses
0
Repair family
run_migration
Updated
today
Verifier
alembic upgrade head && pytest tests/test_users.py -q

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

  1. 1Inspect the failing output and matching framework version
  2. 2Run alembic upgrade head against local DATABASE_URL
  3. 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

Posting as anon

No comments yet. Start the thread.