Skip to content

v6.2.2

Choose a tag to compare

@GeiserX GeiserX released this 07 Feb 13:14

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