Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Feb 3, 2024
1 parent aca8e47 commit 61be737
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions backend/clubs/migrations/0096_merge_20240203_1758.py
Original file line number Diff line number Diff line change
@@ -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 = []

0 comments on commit 61be737

Please sign in to comment.