20 lines
507 B
Python
20 lines
507 B
Python
# Generated by Django 5.1.2 on 2025-02-20 22:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('account', '0020_remove_securitybreachattemptmodel_ip'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='securitybreachattemptmodel',
|
|
name='ip',
|
|
field=models.CharField(default='', max_length=100, verbose_name='آدرس آی\u200cپی'),
|
|
preserve_default=False,
|
|
),
|
|
]
|