This commit is contained in:
gw3000 2023-06-10 22:24:40 +02:00
parent cd696ef6e4
commit d08d86f99b
3 changed files with 46 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.2 on 2023-06-08 15:45
# Generated by Django 4.2.2 on 2023-06-10 19:52
from django.conf import settings
from django.db import migrations, models
@ -43,7 +43,7 @@ class Migration(migrations.Migration):
serialize=False,
),
),
("date_found", models.DateTimeField()),
("date_found", models.DateField()),
("place", models.CharField(max_length=256)),
("created", models.DateTimeField(auto_now_add=True)),
("updated", models.DateTimeField(auto_now=True)),