Skip to content

Commit 939b940

Browse files
fregataaclaude
andcommitted
fix(manager): drop APP_CONFIG from migration enum resource types
BA-6873 removed cls.APP_CONFIG from EntityType._resource_types() in the original common enum but missed the migration copy, breaking the enum-sync tests. Mirror the removal so the copy matches the original. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c4f4582 commit 939b940

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/ai/backend/manager/models/rbac_models/migration

src/ai/backend/manager/models/rbac_models/migration/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def _resource_types(cls) -> set[EntityType]:
141141
cls.SESSION,
142142
cls.ARTIFACT,
143143
cls.ARTIFACT_REGISTRY,
144-
cls.APP_CONFIG,
145144
cls.NOTIFICATION_CHANNEL,
146145
cls.NOTIFICATION_RULE,
147146
cls.MODEL_DEPLOYMENT,

0 commit comments

Comments
 (0)