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

delete old migration

parent f8345e17
No related branches found
No related tags found
2 merge requests!994Release,!988Redesign
Pipeline #18550 passed
# 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", "0061_alter_uniwebflexiblepage_content_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