We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f7b5f commit d05ca6fCopy full SHA for d05ca6f
src/sentry/data_secrecy/models/datasecrecywaiver.py
@@ -10,7 +10,7 @@
10
class DataSecrecyWaiver(DefaultFieldsModelExisting):
11
__relocation_scope__ = RelocationScope.Organization
12
13
- organization = FlexibleForeignKey("sentry.Organization", unique=True, db_constraint=False)
+ organization = FlexibleForeignKey("sentry.Organization", unique=True)
14
access_start = models.DateTimeField(default=timezone.now)
15
access_end = models.DateTimeField(default=timezone.now)
16
zendesk_tickets = ArrayField(models.TextField(), default=list)
0 commit comments