You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/migrations/0024_rename_loser_round_par...

18 lines
409 B

# Generated by Django 4.2.11 on 2024-04-03 12:47
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('tournaments', '0023_remove_tournament_creator_club_creator_event_creator_and_more'),
]
operations = [
migrations.RenameField(
model_name='round',
old_name='loser',
new_name='parent',
),
]