fix
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-08 12:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('web', '0007_customuser_telegram_id_customuser_telegram_username'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='project',
|
||||
name='next_stats_fetch_time',
|
||||
field=models.DateTimeField(blank=True, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='project',
|
||||
name='stats_cron',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='project',
|
||||
name='stats_link',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user