19 lines
450 B
Python
19 lines
450 B
Python
# 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,
|
|
),
|
|
]
|