Skip to content
Snippets Groups Projects
Commit f8345e17 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

add missing migration

parent d7748042
No related branches found
No related tags found
2 merge requests!994Release,!988Redesign
# Generated by Django 5.0.4 on 2024-05-06 10:34
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("calendar_utils", "0004_auto_20220505_1228"),
("uniweb", "0062_alter_uniwebcalendarpage_calendar_and_more"),
]
operations = [
migrations.AlterField(
model_name="uniwebcalendarpage",
name="calendar",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
to="calendar_utils.calendar",
),
),
migrations.AlterField(
model_name="uniwebhomepage",
name="calendar",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
to="calendar_utils.calendar",
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment