diff --git a/src/fellchensammlung/migrations/0009_remove_image_title.py b/src/fellchensammlung/migrations/0009_remove_image_title.py new file mode 100644 index 0000000..84c9b03 --- /dev/null +++ b/src/fellchensammlung/migrations/0009_remove_image_title.py @@ -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", + ), + ]