Files
pagasis/backend/authentication/migrations/0004_rename_assistant_asistente.py
T
2025-10-15 23:45:32 -06:00

18 lines
377 B
Python

# Generated by Django 5.2.6 on 2025-10-01 03:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('authentication', '0003_rename_teacher_assistant_alter_userprofile_user_type'),
]
operations = [
migrations.RenameModel(
old_name='Assistant',
new_name='Asistente',
),
]