trying to set this up locally using docker and getting the following error: sqlite3.OperationalError: no such table: polycules i assume that's because the db migrations are not applied, is there a way to apply them to get a locally hosted container up easily?
trying to set this up locally using docker and getting the following error:
sqlite3.OperationalError: no such table: polyculesi assume that's because the db migrations are not applied, is there a way to apply them to get a locally hosted container up easily?