change order apis
This commit is contained in:
16
core/apps/orders/migrations/0003_delete_orderapplication.py
Normal file
16
core/apps/orders/migrations/0003_delete_orderapplication.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.2.4 on 2025-08-04 10:04
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('orders', '0002_order_employee_order_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='OrderApplication',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user