21 lines
506 B
Python
21 lines
506 B
Python
# Generated by Django 4.1.4 on 2023-12-12 14:26
|
|
|
|
from django.conf import settings
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
('generic', '0009_modality_short_code_alter_modality_modality'),
|
|
('rota', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='UserRotaDetails',
|
|
new_name='UserRotaDetail',
|
|
),
|
|
]
|