forked from erp-dev/erp
init
This commit is contained in:
17
basic_info/migrations/0007_remove_employee_contact.py
Normal file
17
basic_info/migrations/0007_remove_employee_contact.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user