add missiong migration
This commit is contained in:
parent
da9d9dac76
commit
e1b9037c54
|
@ -0,0 +1,20 @@
|
||||||
|
# Generated by Django 5.0.4 on 2025-05-21 23:20
|
||||||
|
|
||||||
|
import django.db.models.manager
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("app", "0014_alter_room_required_helpers"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelManagers(
|
||||||
|
name="shift",
|
||||||
|
managers=[
|
||||||
|
("all_objects", django.db.models.manager.Manager()),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue