forked from erp-dev/erp
server push
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Generated by Django 5.2.8 on 2026-01-21 02:25
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('printing', '0031_plateorder_tiia_upload_failure'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='PlateOrderTiiaUploadFailure',
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='plateorder',
|
||||
options={'ordering': ['-created_at'], 'permissions': [('can_invalidate_plateorder', '可以作废开版订单'), ('can_activate_plateorder', '可以恢复开版订单')], 'verbose_name': '开版订单', 'verbose_name_plural': '开版订单'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='printingorder',
|
||||
options={'permissions': [('can_invalidate_printingorder', '可以作废印染订单'), ('can_activate_printingorder', '可以恢复印染订单')], 'verbose_name': '印染订单', 'verbose_name_plural': '印染订单'},
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='plateorder',
|
||||
name='merchant',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='printingjob',
|
||||
name='merchant',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='printingorder',
|
||||
name='merchant',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user