Skip to content

Commit

Permalink
drop relationship table on shuting Meshery Server
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Jan 18, 2023
1 parent dd05bc2 commit 830ba73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/meshmodel/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (rm *RegistryManager) Cleanup() {
&Host{},
&v1alpha1.ComponentDefinitionDB{},
&v1alpha1.Model{},
&v1alpha1.RelationshipDefinitionDB{},
)
}
func (rm *RegistryManager) RegisterEntity(h Host, en Entity) error {
Expand Down

0 comments on commit 830ba73

Please sign in to comment.