mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Finalizes what the PaperlessTask will look like to the frontend
This commit is contained in:
@@ -6,7 +6,7 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("documents", "1026_remove_paperlesstask_created_and_more"),
|
||||
("documents", "1025_alter_savedviewfilterrule_rule_type"),
|
||||
]
|
||||
|
||||
# Manual SQL commands to drop the django_q related tables
|
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.0.7 on 2022-09-02 22:08
|
||||
# Generated by Django 4.1.1 on 2022-09-27 19:31
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("django_celery_results", "0011_taskresult_periodic_task_name"),
|
||||
("documents", "1025_alter_savedviewfilterrule_rule_type"),
|
||||
("documents", "1026_drop_django_q"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@@ -24,10 +24,6 @@ class Migration(migrations.Migration):
|
||||
model_name="paperlesstask",
|
||||
name="started",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="paperlesstask",
|
||||
name="task_id",
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="paperlesstask",
|
||||
name="attempted_task",
|
Reference in New Issue
Block a user