Bug Fix
- Fix SQLite migration error on upgrade: Existing SQLite databases created before Alembic was introduced had no
alembic_versiontable. On upgrade to v6.2.0, the entrypoint ran all migrations from scratch, causingtable chats already existserror. Now detects pre-Alembic SQLite databases and stamps the correct migration version before upgrading. (#61) - Improve PostgreSQL stamping: Added migration 005 detection to the PostgreSQL stamping logic (previously only detected up to 004).
What's Changed
Full Changelog: v6.2.0...v6.2.1