Code cleanup
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 3.0.2 on 2020-01-28 19:06
|
||||
# Generated by Django 3.0.2 on 2020-01-28 19:39
|
||||
|
||||
from django.conf import settings
|
||||
import django.contrib.auth.models
|
||||
@ -65,6 +65,7 @@ class Migration(migrations.Migration):
|
||||
('uuid', models.CharField(max_length=255, unique=True)),
|
||||
('content', django.contrib.postgres.fields.jsonb.JSONField(max_length=5000)),
|
||||
('activity_type', models.CharField(max_length=255)),
|
||||
('fedireads_type', models.CharField(blank=True, max_length=255, null=True)),
|
||||
('created_date', models.DateTimeField(auto_now_add=True)),
|
||||
('updated_date', models.DateTimeField(auto_now=True)),
|
||||
('user', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, to=settings.AUTH_USER_MODEL)),
|
||||
|
Reference in New Issue
Block a user