forked from erp-dev/erp
init
This commit is contained in:
16
basic_info/migrations/0002_delete_purchaseorder.py
Normal file
16
basic_info/migrations/0002_delete_purchaseorder.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-03 06:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('basic_info', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='PurchaseOrder',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user