Skip to content
Snippets Groups Projects
Commit cd5b18ca authored by jan.bednarik's avatar jan.bednarik
Browse files

Fix migrations

parent ba807611
Branches
No related tags found
2 merge requests!804Release,!751Add calendar page with link from calendar display
Pipeline #13683 passed
This commit is part of merge request !751. Comments created here will be created in the context of that merge request.
# Generated by Django 4.1.8 on 2023-07-11 14:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("district", "0109_districtcalendarpage_and_more"),
("district", "0116_merge_20230711_1609"),
]
operations = []
# Generated by Django 4.1.8 on 2023-07-11 14:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("uniweb", "0042_uniwebcalendarpage_uniwebhomepage_calendar_page"),
("uniweb", "0045_merge_20230711_1623"),
]
operations = []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment