rewrite migrations and change dates

This commit is contained in:
Timur
2025-03-02 08:43:37 +03:00
parent 7076bf4bf3
commit 2c311fe929
3 changed files with 41 additions and 18 deletions
@@ -1,4 +1,4 @@
# Generated by Django 5.1.6 on 2025-03-02 00:16
# Generated by Django 5.1.6 on 2025-03-02 05:41
import apps.task.models
import django.db.models.deletion
@@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('competition', '0001_initial'),
('competition', '0002_alter_state_state'),
('user', '0001_initial'),
]