From bd320f1a8e42413e996329fdae724744b4fcc762 Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 19:56:30 -0400 Subject: [PATCH] fix: resolve alembic migration setup bugs (#62) (#74) - 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 configuration Co-authored-by: Claude Opus 4.6