Finalizes what the PaperlessTask will look like to the frontend

This commit is contained in:
Trenton H
2022-09-27 12:44:01 -07:00
parent 09287701ae
commit e8d237ac7c
7 changed files with 27 additions and 28 deletions

View File

@@ -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

View File

@@ -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",