forked from erp-dev/erp
feat: printing module
This commit is contained in:
17
printing/migrations/0010_remove_plateorder_plate_code.py
Normal file
17
printing/migrations/0010_remove_plateorder_plate_code.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-13 09:44
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('printing', '0009_remove_plateorder_development_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='plateorder',
|
||||
name='plate_code',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user