forked from erp-dev/erp
13 lines
210 B
Python
13 lines
210 B
Python
# Generated by OpenCode on 2026-07-07
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('basic_info', '0028_customeraddress'),
|
|
]
|
|
|
|
operations = []
|