From c65ed2225f7560e061facc000790ce4606c29138 Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 19:55:24 -0400 Subject: [PATCH] fix: resolve alembic migration setup bugs (#62) (#73) - Replace shell variable interpolation in .env.example with literal values (.env files don't expand variables) - Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL to match app convention Co-authored-by: Claude Opus 4.6