github GeiserX/Telegram-Archive v6.2.2

latest releases: v8.9.2, v8.9.1, v8.9.0...
7 months ago

Bug Fix

  • Fix migration 006 stamping for create_all() databases: SQLite databases created by create_all() already include all v6.2.0 schema (forum_topics, is_forum, etc.) but had no alembic_version. The stamping logic only detected up to 005, so on restart it tried to re-run migration 006 and failed with duplicate column name: is_forum. Now detects the forum_topics table as a marker for migration 006 in both SQLite and PostgreSQL paths.

What's Changed

  • fix: add migration 006 detection to pre-Alembic stamping by @GeiserX in #63

Full Changelog: v6.2.1...v6.2.2

Don't miss a new Telegram-Archive release

NewReleases is sending notifications on new releases.