covalent
covalent copied to clipboard
Avoiding use of `initialize_db=True` flag when starting covalent
Description
- Instantiating DataStore with
initialize_db=True
flag causes SQLAlchemy to create DB tables which will cause an issue with migrations as alembic does not know these tables were already created, hence we want to avoid using this flag for anything other than tests