Fixed
- Alembic stamping detects all migrations — The entrypoint's pre-Alembic database stamping logic now detects migrations 008 (
push_subscriptions.usernamecolumn) and 009 (viewer_sessionstable). Previously it only checked up to 007, causingCREATE TABLEfailures whenBase.metadata.create_all()had already created newer tables (e.g. SQLite containers crash-looping onviewer_accounts already exists)
📋 Full changelog: docs/CHANGELOG.md