mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-20 02:46:00 +00:00
CHORE: Squash migrations
This commit is contained in:
@@ -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),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user