Fixes migration order back to the right way

This commit is contained in:
Trenton H 2022-09-27 13:55:31 -07:00
parent fad1b03458
commit 9188e25dc5
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("django_celery_results", "0011_taskresult_periodic_task_name"), ("django_celery_results", "0011_taskresult_periodic_task_name"),
("documents", "1026_drop_django_q"), ("documents", "1025_alter_savedviewfilterrule_rule_type"),
] ]
operations = [ operations = [

View File

@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("documents", "1025_alter_savedviewfilterrule_rule_type"), ("documents", "1026_remove_paperlesstask_created_and_more"),
] ]
# Manual SQL commands to drop the django_q related tables # Manual SQL commands to drop the django_q related tables