diff --git a/backend/clubs/migrations/0117_merge_20241015_1652.py b/backend/clubs/migrations/0117_merge_20241015_1652.py new file mode 100644 index 000000000..79a310e63 --- /dev/null +++ b/backend/clubs/migrations/0117_merge_20241015_1652.py @@ -0,0 +1,14 @@ +# Generated by Django 5.0.4 on 2024-10-15 20:52 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("clubs", "0114_ownershiprequest"), + ("clubs", "0116_alter_club_approved_on_and_more"), + ] + + operations = [ + ]