mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Migration fix (#5006)
- Ensure initial django_q migrations are applied - Why on earth is this failing now?
This commit is contained in:
		@@ -38,6 +38,7 @@ def delete_scheduled(apps, schema_editor):
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('django_q', '0007_ormq'),
 | 
			
		||||
        ('stock', '0070_auto_20211128_0151'),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user