generated from dopt-python/py311
add database migration tooling with alembic
This commit is contained in:
@@ -24,3 +24,4 @@ class Config:
|
||||
)
|
||||
PATH_LOGGING: Path = BASE_PATH / os.getenv("DOPT_PATH_LOGGING", "data/d-opt.log")
|
||||
LOG_FILENAME: str = "dopt.log"
|
||||
ALEMBIC_PATH: Path = BASE_PATH / os.getenv("DOPT_ALEMBIC_BASE", "python/alembic")
|
||||
|
||||
Reference in New Issue
Block a user