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
It's currently not possible to set up a database locally because of the way that migrations are written in this repo. We should use Alembic, which is the standard for handling migrations, instead of manual migration files, and modify the database init script accordingly.
It's currently not possible to set up a database locally because of the way that migrations are written in this repo. We should use Alembic, which is the standard for handling migrations, instead of manual migration files, and modify the database init script accordingly.