Compare commits
2 Commits
fix/teams-
...
aed48bb4a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aed48bb4a2 | ||
|
|
0e67ebf94f |
@@ -347,7 +347,6 @@ 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