Plain is headed towards 1.0! Subscribe for development updates →

 1# Generated by Plain 5.0.dev20231228220106 on 2023-12-28 22:35
 2
 3from plain.models import migrations
 4
 5
 6class Migration(migrations.Migration):
 7    dependencies = [
 8        ("plainworker", "0003_jobresult_status"),
 9    ]
10
11    operations = [
12        migrations.AlterModelOptions(
13            name="jobresult",
14            options={"ordering": ["-started_at"]},
15        ),
16    ]