From 5d533c8c79795e4b1e5456b5e0eeb53c85693d92 Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 19:48:25 -0400 Subject: [PATCH] fix: resolve two bugs preventing alembic migrations (#62) (#66) 1. Replace shell variable interpolation in .env.example with literal values, since .env files don't expand variables. 2. Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL to match app convention. Co-authored-by: Claude Opus 4.6