Endpoint for status
This commit is contained in:
parent
8aba8e80e4
commit
8bd566bccb
6 changed files with 53 additions and 16 deletions
|
@ -56,6 +56,7 @@ class Status(models.Model):
|
|||
''' reply to a review, etc '''
|
||||
user = models.ForeignKey('User', on_delete=models.PROTECT)
|
||||
status_type = models.CharField(max_length=255, default='Note')
|
||||
activity = JSONField(max_length=5000, null=True)
|
||||
reply_parent = models.ForeignKey(
|
||||
'self',
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue