개선관리 요구사항과 Google 로그인을 완료
This commit is contained in:
parent
cc0a15b7c6
commit
2a39636163
112 changed files with 10166 additions and 527 deletions
|
|
@ -120,6 +120,7 @@ RELEASE_DB_MIGRATIONS = (
|
|||
"14_continuous_improvement.sql",
|
||||
"15_self_directed_practice_runtime.sql",
|
||||
"16_calibration_transfer_actual_execution.sql",
|
||||
"17_improvement_workbook_contracts.sql",
|
||||
)
|
||||
|
||||
# These files are runtime-critical but were added after the first manifest
|
||||
|
|
@ -130,6 +131,7 @@ REQUIRED_RELEASE_PAYLOAD_PATHS = (
|
|||
"apps/web/src/components/shell/shell.css",
|
||||
"infra/db/init/15_self_directed_practice_runtime.sql",
|
||||
"infra/db/init/16_calibration_transfer_actual_execution.sql",
|
||||
"infra/db/init/17_improvement_workbook_contracts.sql",
|
||||
)
|
||||
|
||||
REQUIRED_OPENAPI_PATHS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue