2
0
Fork 0
This commit is contained in:
Florian Sorg 2023-05-13 00:47:00 +02:00
parent 25c2c1bee9
commit f5690bc866
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 4.0.4 on 2023-05-12 22:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('fallback', '0003_fallbackassignment_slot_teammember_fallback_shifts'),
]
operations = [
migrations.RemoveField(
model_name='fallbackassignment',
name='slot',
),
]