mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	fix migrations
This commit is contained in:
		| @@ -1,18 +0,0 @@ | ||||
| # Generated by Django 3.2.12 on 2022-03-29 22:46 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('company', '0042_supplierpricebreak_updated'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='company', | ||||
|             name='is_deleted', | ||||
|             field=models.BooleanField(default=False, help_text='Is this company a deleted placeholder?', verbose_name='is deleted'), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user