# Generated by Django 6.0.4 on 2026-06-16 11:34

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('archive', '0017_ceremonyfile_updated_at'),
    ]

    operations = [
        migrations.AlterField(
            model_name='ceremonyfile',
            name='file_style',
            field=models.CharField(choices=[('zamineh', 'زمینه'), ('shoore', 'شور'), ('namahanag', 'نماهنگ'), ('rozeh', 'روضه'), ('naghmeh', 'نغمه'), ('vahed', 'واحد'), ('tak', 'تک'), ('noheh', 'نوحه')], max_length=10),
        ),
    ]
