Skip to content

Commit

Permalink
merge conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeweng committed Oct 15, 2024
1 parent 9439212 commit 32baced
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/clubs/migrations/0117_merge_20241015_1652.py
Original file line number Diff line number Diff line change
@@ -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 = [
]

0 comments on commit 32baced

Please sign in to comment.