Automated Action 112ebdbf7d Fix SQLAlchemy 2.0 database migration error
- Update migrations/env.py to use SQLAlchemy 2.0 compatible syntax
- Import text class from sqlalchemy for executing raw SQL
- Convert connection.execute() call to use text() for PRAGMA statements
- Fix the database migration error for SQLite foreign keys
2025-05-27 19:07:24 +00:00
..
2025-05-27 18:50:11 +00:00
2025-05-27 18:50:11 +00:00
2025-05-27 18:50:11 +00:00