18 lines
373 B
Python
18 lines
373 B
Python
# Generated by Django 6.0.3 on 2026-08-05 21:39
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('library', '0015_projectdraft_uuid_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='projectdraft',
|
|
options={'ordering': ['-updated_at', '-pk']},
|
|
),
|
|
]
|