Plain is headed towards 1.0! Subscribe for development updates →

 1# Generated by Plain 5.0.dev20231228223551 on 2023-12-28 22:57
 2
 3from plain.models import migrations
 4
 5
 6class Migration(migrations.Migration):
 7    dependencies = [
 8        ("plainworker", "0004_alter_jobresult_options"),
 9    ]
10
11    operations = [
12        migrations.RemoveField(
13            model_name="jobresult",
14            name="updated_at",
15        ),
16    ]