fix: add migration for image

This commit is contained in:
moanos [he/him] 2024-05-31 14:56:55 +02:00
parent 3b9b64c717
commit 86bfaa0f55

View File

@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-06-06 08:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("fellchensammlung", "0008_remove_location_osm_id"),
]
operations = [
migrations.RemoveField(
model_name="image",
name="title",
),
]