From cf66aac9e39e0800c94d1a6dde9f15448201e5d3 Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 19:52:16 -0400 Subject: [PATCH] fix: resolve alembic migration failures from env config bugs (#62) (#70) - Replace shell variable interpolation in .env.example with literal values (.env files don't expand ${VAR} syntax) - Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL to match the app's env var name Co-authored-by: Claude Opus 4.6