Skip to content

Commit

Permalink
Merge pull request #149 from flaxandteal/fix/remove-con-clone-from-en…
Browse files Browse the repository at this point in the history
…forcement

Remove consultation clone from enforcement
  • Loading branch information
taylorn01 authored Feb 20, 2024
2 parents 500b82b + ddbc442 commit 3c12d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions coral/pkg/graphs/resource_models/Enforcement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3532,14 +3532,6 @@
"relationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
"useOntologyRelationship": false
},
{
"graphid": "8effdca4-ffb6-482b-94b8-4d35fb5c88c5",
"inverseRelationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
"name": "Consultation Clone",
"relationshipCollection": "00000000-0000-0000-0000-000000000005",
"relationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
"useOntologyRelationship": false
},
{
"graphid": "8d41e49e-a250-11e9-9eab-00224800b26d",
"inverseRelationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
Expand Down
2 changes: 1 addition & 1 deletion coral/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

APP_NAME = 'coral'
APP_VERSION = semantic_version.Version(major=2, minor=6, patch=2)
APP_VERSION = semantic_version.Version(major=2, minor=6, patch=3)
APP_ROOT = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
MIN_ARCHES_VERSION = arches.__version__
MAX_ARCHES_VERSION = arches.__version__
Expand Down

0 comments on commit 3c12d92

Please sign in to comment.