Files
2026-07-20 11:05:07 +02:00

19 lines
455 B
Python

# Generated by Django 6.0.7 on 2026-07-15 08:26
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('banevents', '0002_banevent_city_banevent_country_banevent_country_code_and_more'),
]
operations = [
migrations.AlterField(
model_name='banevent',
name='port',
field=models.CharField(blank=True, default='', max_length=64),
),
]