Skip to content

v7.1.3

Choose a tag to compare

@GeiserX GeiserX released this 05 Mar 08:59

Fixed

  • Alembic stamping detects all migrations — The entrypoint's pre-Alembic database stamping logic now detects migrations 008 (push_subscriptions.username column) and 009 (viewer_sessions table). Previously it only checked up to 007, causing CREATE TABLE failures when Base.metadata.create_all() had already created newer tables (e.g. SQLite containers crash-looping on viewer_accounts already exists)

📋 Full changelog: docs/CHANGELOG.md