
| Current Path : /var/www/wsgi/www/api/core/migrations/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/wsgi/www/api/core/migrations/0009_rename_entreprise_employeeprofile_company.py |
# Generated by Django 5.2.3 on 2025-07-17 06:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0008_alter_company_siret'),
]
operations = [
migrations.RenameField(
model_name='employeeprofile',
old_name='entreprise',
new_name='company',
),
]