mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
5cc4f9bddf
[body] [footer(s)]
18 lines
375 B
Python
18 lines
375 B
Python
# Generated by Django 5.1.6 on 2025-03-01 13:49
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('competition', '0002_competition_tasks_alter_competition_participants_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='competition',
|
|
name='tasks',
|
|
),
|
|
]
|