This commit is contained in:
18
backend/competition/migrations/0013_projectfile_file_size.py
Normal file
18
backend/competition/migrations/0013_projectfile_file_size.py
Normal 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='文件大小(字节)'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user