pre-release
This commit is contained in:
19
antifroud/migrations/0017_violationlog_hits.py
Normal file
19
antifroud/migrations/0017_violationlog_hits.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-18 01:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('antifroud', '0016_alter_useractivitylog_created_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='violationlog',
|
||||
name='hits',
|
||||
field=models.IntegerField(default=1, verbose_name='Срабатывания'),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user