diff --git a/backend/clubs/migrations/0096_merge_20240203_1758.py b/backend/clubs/migrations/0096_merge_20240203_1758.py new file mode 100644 index 000000000..78c61f9de --- /dev/null +++ b/backend/clubs/migrations/0096_merge_20240203_1758.py @@ -0,0 +1,13 @@ +# Generated by Django 3.2.18 on 2024-02-03 22:58 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("clubs", "0095_auto_20240202_2013"), + ("clubs", "0095_remove_applicationsubmission_archived"), + ] + + operations = []