forked from erp-dev/erp
feat: purchase order item model
This commit is contained in:
18
printing/migrations/0017_alter_plateorder_image_name.py
Normal file
18
printing/migrations/0017_alter_plateorder_image_name.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-27 07:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('printing', '0016_plateorder_image_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='plateorder',
|
||||
name='image_name',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='图片名称'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user