mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 02:47:10 +00:00
remove task attachments
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-02 09:22
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('task', '0002_competitiontask_attachments_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='competitiontask',
|
||||
name='attachments',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user