diff --git a/district/migrations/0113_merge_20230502_1854.py b/district/migrations/0113_merge_20230502_1854.py new file mode 100644 index 0000000000000000000000000000000000000000..991a956f3e80be8f396208a292cd85920f358a7a --- /dev/null +++ b/district/migrations/0113_merge_20230502_1854.py @@ -0,0 +1,12 @@ +# Generated by Django 4.1.8 on 2023-05-02 16:54 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("district", "0109_districthomepage_footer_links"), + ("district", "0112_alter_districtcenterpage_content_and_more"), + ] + + operations = [] diff --git a/senat_campaign/migrations/0012_merge_20230502_1854.py b/senat_campaign/migrations/0012_merge_20230502_1854.py new file mode 100644 index 0000000000000000000000000000000000000000..a25021934bc0e7906029989c4dd2b6ed000c3c82 --- /dev/null +++ b/senat_campaign/migrations/0012_merge_20230502_1854.py @@ -0,0 +1,12 @@ +# Generated by Django 4.1.8 on 2023-05-02 16:54 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("senat_campaign", "0011_senatcampaignhomepage_footer_extra_content"), + ("senat_campaign", "0011_senatcampaignhomepage_footer_links"), + ] + + operations = [] diff --git a/uniweb/migrations/0043_merge_20230502_1854.py b/uniweb/migrations/0043_merge_20230502_1854.py new file mode 100644 index 0000000000000000000000000000000000000000..794bb0efb5ec9e7759754e6171c8f8bcdfb26a4b --- /dev/null +++ b/uniweb/migrations/0043_merge_20230502_1854.py @@ -0,0 +1,12 @@ +# Generated by Django 4.1.8 on 2023-05-02 16:54 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("uniweb", "0042_uniwebhomepage_footer_extra_content"), + ("uniweb", "0042_uniwebhomepage_footer_links"), + ] + + operations = []