usethesource: Add missing migration
This commit is contained in:
parent
af83b40af2
commit
f06b631093
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 3.2.19 on 2024-02-27 02:56
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.utils.timezone
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('usethesource', '0005_candidate_email_message_id'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='comment',
|
||||
name='time',
|
||||
field=models.DateTimeField(default=django.utils.timezone.now),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue