2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 22:00:56 +00:00

fix migrations

This commit is contained in:
Matthias
2022-05-01 00:15:02 +02:00
parent 0c72fa180c
commit 58901a8cf6
3 changed files with 20 additions and 43 deletions

View File

@@ -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'),
),
]