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 noalembic_version. The stamping logic only detected up to 005, so on restart it tried to re-run migration 006 and failed withduplicate column name: is_forum. Now detects theforum_topicstable as a marker for migration 006 in both SQLite and PostgreSQL paths.
What's Changed
Full Changelog: v6.2.1...v6.2.2