From 7b60d65fae303ae0a56e7986957c64e69d582360 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 11 Jul 2023 16:24:01 +0200
Subject: [PATCH] uniweb: Fix migrations

---
 uniweb/migrations/0045_merge_20230711_1623.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 uniweb/migrations/0045_merge_20230711_1623.py

diff --git a/uniweb/migrations/0045_merge_20230711_1623.py b/uniweb/migrations/0045_merge_20230711_1623.py
new file mode 100644
index 00000000..15c7bcca
--- /dev/null
+++ b/uniweb/migrations/0045_merge_20230711_1623.py
@@ -0,0 +1,12 @@
+# Generated by Django 4.1.8 on 2023-07-11 14:23
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+    dependencies = [
+        ("uniweb", "0044_alter_uniwebflexiblepage_content_and_more"),
+        ("uniweb", "0044_uniwebhomepage_hide_footer_uniwebhomepage_logo"),
+    ]
+
+    operations = []
-- 
GitLab