Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros committed Aug 4, 2024
1 parent 4064513 commit 1e89288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/infrahub/core/schema/definitions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
},
{
"name": "threads",
"peer": InfrahubKind.THREAD,
"peer": "CoreThread",
"identifier": "proposedchange__thread",
"kind": "Component",
"optional": True,
Expand All @@ -1070,7 +1070,7 @@
"include_in_menu": False,
"label": "Change Thread",
"branch": BranchSupportType.AGNOSTIC.value,
"inherit_from": [InfrahubKind.THREAD],
"inherit_from": ["CoreThread"],
"generate_profile": False,
"attributes": [],
"relationships": [],
Expand All @@ -1082,7 +1082,7 @@
"include_in_menu": False,
"label": "Thread - File",
"branch": BranchSupportType.AGNOSTIC.value,
"inherit_from": [InfrahubKind.THREAD],
"inherit_from": ["CoreThread"],
"generate_profile": False,
"attributes": [
{"name": "file", "kind": "Text", "optional": True},
Expand Down

0 comments on commit 1e89288

Please sign in to comment.