Automated Action f1b8b8cbee Fix migration to handle existing tables and columns
- Added helper functions to check if tables, columns, and indexes already exist
- Modified upgrade function to skip operations if objects already exist
- Added try-except blocks to handle potential errors during creation operations
- Updated downgrade function to check existence before dropping objects
- Fixed compatibility with databases where tables are already created
2025-05-16 02:16:15 +00:00
..
2025-05-16 01:35:23 +00:00