diff --git a/uniweb/migrations/0045_merge_20230711_1623.py b/uniweb/migrations/0045_merge_20230711_1623.py new file mode 100644 index 0000000000000000000000000000000000000000..15c7bcca3ba9fed97d11491474587fc31df9e690 --- /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 = []