You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alembic might throw an CommandError exception if an older CodeChecker tries to connect to a database with a newer db schema in it.
Handle alembic errors in the database_handler.py while trying to create or migrate the database schema.
The text was updated successfully, but these errors were encountered:
Alembic might throw an CommandError exception if an older CodeChecker tries to connect to a database with a newer db schema in it.
Handle alembic errors in the database_handler.py while trying to create or migrate the database schema.
The text was updated successfully, but these errors were encountered: