mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fixes migration order back to the right way
This commit is contained in:
		| @@ -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 = [ | ||||||
| @@ -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 | ||||||
		Reference in New Issue
	
	Block a user
	 Trenton H
					Trenton H