mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
19 lines
455 B
Python
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),
|
|
),
|
|
]
|