CHORE: Squash migrations

This commit is contained in:
2020-01-26 15:34:44 +00:00
parent 7aad1b2983
commit 3157741860
3 changed files with 5 additions and 18 deletions

View File

@@ -15,4 +15,9 @@ class Migration(migrations.Migration):
name='is_approved',
field=models.BooleanField(default=False),
),
migrations.AddField(
model_name='profile',
name='last_emailed',
field=models.DateTimeField(blank=True, null=True),
),
]