mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Update property removal logic in schema.ts
This commit is contained in:
parent
3538638406
commit
1e36f0e83b
@ -338,7 +338,7 @@ export function migrateConfigOverride(type: "project" | "branch" | "environment"
|
||||
// BEGIN 2025-10-29: Removed workflows and everything associated with it
|
||||
if (isBranchOrHigher) {
|
||||
res = removeProperty(res, p => p[0] === "workflows");
|
||||
res = removeProperty(res, p => p[0] === "apps" && p[1] === "workflows");
|
||||
res = removeProperty(res, p => p[0] === "apps" && p[1] === "installed" && p[2] === "workflows");
|
||||
}
|
||||
// END
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user