You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
453 B

# Generated by Django 5.1.8 on 2025-05-05 09:20
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('video', '0003_remove_videocollection_videos_middlevideocollection_and_more'),
]
operations = [
migrations.AddField(
model_name='videocollection',
name='order',
field=models.IntegerField(default=0, verbose_name='order'),
),
]