Skip to content

Commit 031b323

Browse files
committed
UserReport is not core
1 parent b65087a commit 031b323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/models/userreport.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515

1616
class UserReport(Model):
17+
__core__ = False
18+
1719
project = FlexibleForeignKey('sentry.Project')
1820
group = FlexibleForeignKey('sentry.Group', null=True)
1921
event_id = models.CharField(max_length=32)

0 commit comments

Comments
 (0)