Plain is headed towards 1.0! Subscribe for development updates →

 1# Generated by Plain 5.0.dev20231229213240 on 2023-12-29 22:04
 2
 3from plain.models import migrations
 4
 5
 6class Migration(migrations.Migration):
 7    dependencies = [
 8        ("plainworker", "0005_remove_jobresult_updated_at"),
 9    ]
10
11    operations = [
12        migrations.RenameField(
13            model_name="jobresult",
14            old_name="completed_at",
15            new_name="ended_at",
16        ),
17    ]