remove branch from warehouse model
This commit is contained in:
@@ -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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user