Skip to content

Commit

Permalink
Migration graph fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Jan 6, 2024
1 parent b009af3 commit ae33309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 3.2.18 on 2024-01-06 16:19
# Generated by Django 3.2.18 on 2024-01-06 16:53

from django.conf import settings
from django.db import migrations
Expand All @@ -8,7 +8,7 @@ class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("clubs", "0091_applicationextension"),
("clubs", "0092_merge_20240106_1117"),
]

operations = [
Expand Down

0 comments on commit ae33309

Please sign in to comment.