free sale of inventory entry system deployment - add dhi state to rancher
This commit is contained in:
18
apps/warehouse/migrations/0026_alter_extrasale_weight.py
Normal file
18
apps/warehouse/migrations/0026_alter_extrasale_weight.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-09-17 05:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('warehouse', '0025_extrasale_transaction_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='extrasale',
|
||||
name='weight',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user