you do wanna make me cry and i wanna say goodbye
parent
eb21bfe099
commit
25c2c1bee9
@ -0,0 +1,25 @@
|
||||
# Generated by Django 4.0.4 on 2023-05-12 19:32
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("app", "0011_room_description"),
|
||||
("fallback", "0002_fallbackassignment"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="fallbackassignment",
|
||||
name="slot",
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="teammember",
|
||||
name="fallback_shifts",
|
||||
field=models.ManyToManyField(
|
||||
through="fallback.FallbackAssignment", to="app.shift"
|
||||
),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue