use the index luke
parent
1f53998eb0
commit
4f4b5c3009
@ -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