mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	Fix conflicting migrations from dev
				
					
				
			This commit is contained in:
		
							parent
							
								
									44f860d9b0
								
							
						
					
					
						commit
						5fc7c15039
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
# Generated by Django 4.1.3 on 2022-12-06 04:48
 | 
					# Generated by Django 4.1.4 on 2022-01-24 04:48
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from django.conf import settings
 | 
					from django.conf import settings
 | 
				
			||||||
from django.db import migrations, models
 | 
					from django.db import migrations, models
 | 
				
			||||||
@ -9,7 +9,7 @@ class Migration(migrations.Migration):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    dependencies = [
 | 
					    dependencies = [
 | 
				
			||||||
        migrations.swappable_dependency(settings.AUTH_USER_MODEL),
 | 
					        migrations.swappable_dependency(settings.AUTH_USER_MODEL),
 | 
				
			||||||
        ("documents", "1028_remove_paperlesstask_task_args_and_more"),
 | 
					        ("documents", "1029_alter_document_archive_serial_number"),
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    operations = [
 | 
					    operations = [
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user