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
460 B

# Generated by Django 5.2.12 on 2026-04-28 14:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('hadis', '0007_alter_hadisstatus_color_alter_opinionstatus_color_and_more'),
]
operations = [
migrations.AddField(
model_name='hadiscollection',
name='pin_top',
field=models.BooleanField(default=False, verbose_name='pin top'),
),
]