mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Added migration file
This commit is contained in:
		
							
								
								
									
										17
									
								
								InvenTree/company/migrations/0041_alter_company_options.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								InvenTree/company/migrations/0041_alter_company_options.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| # Generated by Django 3.2.5 on 2021-10-04 20:41 | ||||
|  | ||||
| from django.db import migrations | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('company', '0040_alter_company_currency'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterModelOptions( | ||||
|             name='company', | ||||
|             options={'ordering': ['name'], 'verbose_name_plural': 'Companies'}, | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user