Compare commits
1 Commits
aed48bb4a2
...
fix/teams-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
832e4b27a8 |
@@ -347,6 +347,7 @@ def _run_migrations():
|
||||
conn.execute(text(migration))
|
||||
conn.commit()
|
||||
except Exception as e:
|
||||
conn.rollback()
|
||||
logger.warning(f"Migration failed (may already be applied): {e}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user