github GeiserX/Telegram-Archive v6.2.14

latest releases: v7.28.0, v7.27.1, v7.27.0...
5 months ago

Fixed

  • PostgreSQL migrations silently rolled back — The advisory lock used to serialize concurrent migrations was acquired before Alembic's context.configure(), triggering SQLAlchemy's autobegin. Alembic detected this as an external transaction and skipped its own transaction management, so DDL changes (new columns, tables) were never committed. Switched to pg_advisory_xact_lock() inside the transaction block so Alembic properly commits. Fixes #70.

📋 Full changelog: docs/CHANGELOG.md

Don't miss a new Telegram-Archive release

NewReleases is sending notifications on new releases.