mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 06:18:48 +00:00
18 lines
386 B
Python
18 lines
386 B
Python
# 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'},
|
|
),
|
|
]
|