From 654f4466f07d8a0be7dfd8653a5fd3b4be6ddc6a Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 20:00:56 -0400 Subject: [PATCH] fix: resolve broken alembic migrations (#62) (#78) - Replace shell variable interpolation in .env.example with literal values since .env files don't expand variables - 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