chore: [api] Update the env.py to add new WordPark enttiies

This commit is contained in:
wilson 2026-04-14 10:17:56 +01:00
parent 628b61f4e1
commit a5ab9dde21

View file

@ -11,6 +11,7 @@ from app.outbound.postgres.database import Base
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
config = context.config
config.set_main_option("sqlalchemy.url", settings.database_url)