mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Rename 'part_filters' field to 'filters'
This commit is contained in:
		
							
								
								
									
										18
									
								
								InvenTree/report/migrations/0004_auto_20200823_1104.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								InvenTree/report/migrations/0004_auto_20200823_1104.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| # Generated by Django 3.0.7 on 2020-08-23 11:04 | ||||
|  | ||||
| from django.db import migrations | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('report', '0003_testreport_enabled'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.RenameField( | ||||
|             model_name='testreport', | ||||
|             old_name='part_filters', | ||||
|             new_name='filters', | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user