remove branch from warehouse model

This commit is contained in:
behruz-dev
2025-09-22 11:08:02 +05:00
parent 2b6e776737
commit 3589b0daf3
5 changed files with 24 additions and 23 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.4 on 2025-09-22 11:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('wherehouse', '0015_alter_stockmovmendproduct_inventory_and_more'),
]
operations = [
migrations.RemoveField(
model_name='wherehouse',
name='branch',
),
]