langflow/src
Gabriel Luiz Freitas Almeida 61a5c9dcdb 🐛 fix(utils.py): improve error handling in initialize_database() function
The `initialize_database()` function now handles two specific exceptions: "overlaps with other requested revisions" and "Can't locate revision identified by". If either of these exceptions occur, they will not be raised and instead the `alembic_version` table will be deleted. This change improves the error handling and ensures that the database is properly initialized.
2023-10-07 12:03:51 -03:00
..
backend 🐛 fix(utils.py): improve error handling in initialize_database() function 2023-10-07 12:03:51 -03:00
frontend fix(api.tsx): remove unnecessary try-catch block and add error logging for better debugging 2023-10-05 18:27:30 -03:00