Skip to content

Commit

Permalink
dont need a relationship here, using a lookup table instead
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Sep 20, 2024
1 parent 17d00b3 commit febe93e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/workflow_engine/models/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ class Type(models.TextChoices):
required = models.BooleanField(default=False)
type = models.TextField(choices=Type.choices)
data = models.JSONField(default=dict)
data_condition_group = models.ForeignKey(
"workflow_engine.DataConditionGroup", on_delete=models.CASCADE, blank=True, null=True
)

0 comments on commit febe93e

Please sign in to comment.