19 lines
436 B
Python
19 lines
436 B
Python
# Generated by Django 5.2.7 on 2026-02-04 17:20
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('core', '0002_accessory_season_category_parent_outfitfolder_parent_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='outfitfolder',
|
|
name='is_preset',
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|