fix(api): delegate production bootstrap ddl
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m42s
CD Pipeline / build-and-deploy (push) Failing after 11m22s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
ogt
2026-07-14 16:23:30 +08:00
parent 3933b0f397
commit b10a7d150a
7 changed files with 608 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ class Settings(BaseSettings):
default=True,
description=(
"Run idempotent schema bootstrap DDL during process startup. "
"Production workers disable this after CD migration preflight."
"Production workloads disable this after CD migration preflight."
),
)