upsi
This commit is contained in:
parent
25c2c1bee9
commit
f5690bc866
|
@ -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',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue