minor update
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.2.5 on 2025-08-26 08:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='user',
|
||||
name='banned_until',
|
||||
field=models.DateTimeField(blank=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='user',
|
||||
name='is_banned',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user