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