Skip to content

Commit

Permalink
change related name to _metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Aug 15, 2024
1 parent f853e45 commit e2a7165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/models/grouphashmetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GroupHashMetadata(Model):

# GENERAL
grouphash = models.OneToOneField(
"sentry.GroupHash", related_name="metadata", on_delete=models.CASCADE
"sentry.GroupHash", related_name="_metadata", on_delete=models.CASCADE
)
date_added = models.DateTimeField(default=timezone.now)

Expand Down

0 comments on commit e2a7165

Please sign in to comment.