Endpoint for status

This commit is contained in:
Mouse Reeve
2020-02-15 12:32:40 -08:00
parent 8aba8e80e4
commit 8bd566bccb
6 changed files with 53 additions and 16 deletions

View File

@ -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)),