mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 05:07:10 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-03 13:12
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('task', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='competitiontasksubmission',
|
||||
name='plagiarism_checked',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='competitiontasksubmission',
|
||||
name='plagiarism_detected',
|
||||
field=models.BooleanField(default=False, verbose_name='обнаружен плагиат'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user