Skip to content

Commit

Permalink
add comment to remove field
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Nov 15, 2024
1 parent 99a8252 commit 9790019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/workflow_engine/models/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Type(models.TextChoices):
type = models.TextField(choices=Type.choices)
data = models.JSONField(default=dict)

# TODO - finish removing this field
required = models.BooleanField(default=False, null=True)

# LEGACY: The integration_id is used to map the integration_id found in the AlertRuleTriggerAction
Expand Down

0 comments on commit 9790019

Please sign in to comment.