CARGA
CARGA
This commit is contained in:
18
inventarioalmacen/migrations/0012_alter_pieza_cantidad.py
Normal file
18
inventarioalmacen/migrations/0012_alter_pieza_cantidad.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.7 on 2021-10-25 19:17
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('inventarioalmacen', '0011_alter_pieza_cantidad'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='pieza',
|
||||
name='cantidad',
|
||||
field=models.IntegerField(blank=True, default=0, null=True, verbose_name='Cantidad'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user