Automated Action cddf794105 Fix migration to handle existing tables and columns
- Update SQLite foreign key constraint implementation to use batch operations
- Add helper function to detect existing constraints
- Use batch_alter_table context manager for SQLite compatibility
- Improve error handling in downgrade operations for SQLite compatibility
- Add better error messages for debugging
2025-05-16 02:20:55 +00:00
..