Compare commits
2 Commits
1f53998eb0
...
7aa5da28fe
Author | SHA1 | Date |
---|---|---|
Andreas (@xAndy) Zimmermann | 7aa5da28fe | 2 years ago |
Andreas (@xAndy) Zimmermann | 4f4b5c3009 | 2 years ago |
@ -0,0 +1,23 @@
|
|||||||
|
# Generated by Django 4.0.4 on 2023-05-28 10:04
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("app", "0011_room_description"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="shift",
|
||||||
|
name="deleted",
|
||||||
|
field=models.BooleanField(db_index=True, default=False),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="shift",
|
||||||
|
name="start_at",
|
||||||
|
field=models.DateTimeField(db_index=True),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue