antifroud_check
This commit is contained in:
18
antifroud/migrations/0013_alter_useractivitylog_timestamp.py
Normal file
18
antifroud/migrations/0013_alter_useractivitylog_timestamp.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-17 03:23
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('antifroud', '0012_violationlog'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='useractivitylog',
|
||||
name='timestamp',
|
||||
field=models.BigIntegerField(blank=True, null=True, verbose_name='Метка времени'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user