debug4
All checks were successful
Deploy to Server / deploy (push) Successful in 21s

This commit is contained in:
jeremygan2021
2026-03-23 00:15:21 +08:00
parent ed6905a22e
commit f1f1e0df5a
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 6.0.1 on 2026-03-22 16:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('competition', '0012_alter_competition_cover_image_url_and_more'),
]
operations = [
migrations.AddField(
model_name='projectfile',
name='file_size',
field=models.BigIntegerField(blank=True, null=True, verbose_name='文件大小(字节)'),
),
]