start building rota functions into site
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user