diff --git a/api/alembic/env.py b/api/alembic/env.py index 2df3744..9a5062c 100644 --- a/api/alembic/env.py +++ b/api/alembic/env.py @@ -12,6 +12,7 @@ import app.outbound.postgres.entities.summarise_job_entity import app.outbound.postgres.entities.user_entity import app.outbound.postgres.entities.dictionary_entities import app.outbound.postgres.entities.pack_entities +import app.outbound.postgres.entities.adventure_entities config = context.config config.set_main_option("sqlalchemy.url", settings.database_url)