forked from erp-dev/erp
18 lines
338 B
Python
18 lines
338 B
Python
# Generated by Django 5.2.7 on 2025-11-03 05:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('stock', '0011_alter_product_unit'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='ProdictUnit',
|
|
new_name='ProductUnit',
|
|
),
|
|
]
|