Skip to content

Commit e8c8764

Browse files
committed
wip
1 parent cf85c2f commit e8c8764

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scheduler/migrations/0019_task.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.1.1 on 2024-10-08 14:41
1+
# Generated by Django 5.1.2 on 2024-10-15 14:56
22

33
import scheduler.models.task
44
from django.db import migrations, models
@@ -66,10 +66,8 @@ class Migration(migrations.Migration):
6666
(
6767
"at_front",
6868
models.BooleanField(
69-
blank=True,
7069
default=False,
7170
help_text="When queuing the job, add it in the front of the queue",
72-
null=True,
7371
verbose_name="At front",
7472
),
7573
),

0 commit comments

Comments
 (0)