Add shift-specific 'required_helpers' field
parent
7a08080604
commit
8437882b14
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.4 on 2022-05-10 13:03
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("app", "0003_logintoken_send_count"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="shift",
|
||||
name="required_helpers",
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue