main #3

Merged
xAndy merged 2 commits from main into live 2025-05-22 02:09:45 +02:00
1 changed files with 20 additions and 0 deletions
Showing only changes of commit e1b9037c54 - Show all commits

View File

@ -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()),
],
),
]