Endpoint for status
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 3.0.2 on 2020-02-15 18:25
|
||||
# Generated by Django 3.0.2 on 2020-02-15 20:11
|
||||
|
||||
from django.conf import settings
|
||||
import django.contrib.auth.models
|
||||
@ -122,6 +122,7 @@ class Migration(migrations.Migration):
|
||||
fields=[
|
||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('status_type', models.CharField(default='Note', max_length=255)),
|
||||
('activity', django.contrib.postgres.fields.jsonb.JSONField(max_length=5000, null=True)),
|
||||
('content', models.TextField(blank=True, null=True)),
|
||||
('created_date', models.DateTimeField(auto_now_add=True)),
|
||||
('updated_date', models.DateTimeField(auto_now=True)),
|
||||
|
Reference in New Issue
Block a user