Skip to content

Commit

Permalink
migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Apr 13, 2024
1 parent a40e469 commit 20d250d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions backend/clubs/migrations/0100_merge_20240412_2206.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.0.4 on 2024-04-13 02:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("clubs", "0096_merge_20240304_1450"),
("clubs", "0099_remove_club_elo_remove_historicalclub_elo_and_more"),
]

operations = []

0 comments on commit 20d250d

Please sign in to comment.