fix: add migration for image
This commit is contained in:
parent
3b9b64c717
commit
86bfaa0f55
17
src/fellchensammlung/migrations/0009_remove_image_title.py
Normal file
17
src/fellchensammlung/migrations/0009_remove_image_title.py
Normal 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",
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user