new
All checks were successful
Deploy to Server / deploy (push) Successful in 32s

This commit is contained in:
jeremygan2021
2026-03-22 22:04:13 +08:00
parent 2e05322909
commit 2104e7b7dc
8 changed files with 525 additions and 112 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 6.0.1 on 2026-03-22 13:58
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('competition', '0010_remove_competition_custom_score_formula'),
]
operations = [
migrations.AlterField(
model_name='projectfile',
name='file_url',
field=models.TextField(blank=True, help_text='OSS URL或外部链接', null=True, verbose_name='文件链接'),
),
]