fix - change transaction base from distribution to quota stat
This commit is contained in:
@@ -580,6 +580,12 @@ class QuotaStats(BaseModel):
|
||||
|
||||
|
||||
class QuotaUsage(BaseModel):
|
||||
quota_stat = models.ForeignKey(
|
||||
'OrganizationQuotaStats',
|
||||
on_delete=models.CASCADE,
|
||||
related_name='usages',
|
||||
null=True
|
||||
)
|
||||
distribution = models.ForeignKey(
|
||||
"QuotaDistribution",
|
||||
on_delete=models.CASCADE,
|
||||
|
||||
Reference in New Issue
Block a user