Google 계정 데이터 별칭 복구를 추가
This commit is contained in:
parent
15f609368c
commit
dba9b75a38
9 changed files with 642 additions and 30 deletions
|
|
@ -121,6 +121,7 @@ RELEASE_DB_MIGRATIONS = (
|
|||
"15_self_directed_practice_runtime.sql",
|
||||
"16_calibration_transfer_actual_execution.sql",
|
||||
"17_improvement_workbook_contracts.sql",
|
||||
"19_auth_identity_alias.sql",
|
||||
)
|
||||
|
||||
# These files are runtime-critical but were added after the first manifest
|
||||
|
|
@ -132,6 +133,7 @@ REQUIRED_RELEASE_PAYLOAD_PATHS = (
|
|||
"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",
|
||||
"infra/db/init/19_auth_identity_alias.sql",
|
||||
)
|
||||
|
||||
REQUIRED_OPENAPI_PATHS = {
|
||||
|
|
|
|||
|
|
@ -740,6 +740,7 @@ class OutcomeReleaseAgentTests(unittest.TestCase):
|
|||
"15_self_directed_practice_runtime.sql",
|
||||
"16_calibration_transfer_actual_execution.sql",
|
||||
"17_improvement_workbook_contracts.sql",
|
||||
"19_auth_identity_alias.sql",
|
||||
),
|
||||
self.agent_module.RELEASE_DB_MIGRATIONS,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue