forked from erp-dev/erp
18 lines
324 B
Python
18 lines
324 B
Python
# Generated by Django 5.2.7 on 2025-11-03 06:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('basic_info', '0006_employee'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='employee',
|
|
name='contact',
|
|
),
|
|
]
|