ck-ntuh-net/mysite/ck/migrations/0028_treatment_creation.py

20 lines
450 B
Python
Raw Normal View History

2024-12-11 08:15:42 +00:00
# Generated by Django 3.1.5 on 2021-03-24 10:37
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ck', '0027_auto_20210324_1421'),
]
operations = [
migrations.AddField(
model_name='treatment',
name='creation',
field=models.DateTimeField(auto_now_add=True, default='2020-05-21'),
preserve_default=False,
),
]