remove unneccessary relation menu bird to mail
This commit is contained in:
parent
29ae840701
commit
6f06f8a3ed
7 changed files with 20 additions and 41 deletions
16
app/sendemail/migrations/0004_delete_birdemail.py
Normal file
16
app/sendemail/migrations/0004_delete_birdemail.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 5.2.2 on 2025-06-10 07:22
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('sendemail', '0003_alter_emailadress_is_naturschutzbehoerde_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='BirdEmail',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue