Skip to content

Commit

Permalink
Add soft delete mixin to ResourceProperty
Browse files Browse the repository at this point in the history
Was not included as part of rebase

Change-Id: I021775ec5633415ff0ea220480c30019312028e0
  • Loading branch information
AnishReddyRavula committed Jan 8, 2024
1 parent 13b47cc commit 2d18d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blazar/db/sqlalchemy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def to_dict(self):
return super(Event, self).to_dict()


class ResourceProperty(mb.BlazarBase):
class ResourceProperty(mb.BlazarBase, mb.SoftDeleteMixinWithUuid):
"""Defines an resource property by resource type."""

__tablename__ = 'resource_properties'
Expand Down

0 comments on commit 2d18d73

Please sign in to comment.