chore: [api] Update the env.py to add new WordPark enttiies
This commit is contained in:
parent
628b61f4e1
commit
a5ab9dde21
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ from app.outbound.postgres.database import Base
|
||||||
import app.outbound.postgres.entities.summarise_job_entity
|
import app.outbound.postgres.entities.summarise_job_entity
|
||||||
import app.outbound.postgres.entities.user_entity
|
import app.outbound.postgres.entities.user_entity
|
||||||
import app.outbound.postgres.entities.dictionary_entities
|
import app.outbound.postgres.entities.dictionary_entities
|
||||||
|
import app.outbound.postgres.entities.pack_entities
|
||||||
|
|
||||||
config = context.config
|
config = context.config
|
||||||
config.set_main_option("sqlalchemy.url", settings.database_url)
|
config.set_main_option("sqlalchemy.url", settings.database_url)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue