Hi,
Getting the below error while pointing to DB
The database may be in a dirty state. To resolve this, the Alembic CLI can be used
from the src/phoenix/db directory inside the Phoenix project root. From here,
revert any partial migrations and run alembic stamp to reset the migration state,
then try starting Phoenix again.
i am unable to find src/phoenix/db on my local machine
i am running my app on a ubuntu server
Can someone help