parent
b346fdcfe0
commit
d18d5dccd5
File diff suppressed because one or more lines are too long
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-12 05:45 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0122_alter_club_timezone'), |
||||||
|
('tournaments', '0122_groupstage_planned_start_date_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-13 13:52 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0123_merge_20250512_0745'), |
||||||
|
('tournaments', '0123_teamregistration_unique_random_index'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-19 16:20 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0124_merge_20250513_1552'), |
||||||
|
('tournaments', '0125_tournament_unregister_delta_in_hours'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-21 14:09 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0126_image_club_alter_image_event'), |
||||||
|
('tournaments', '0126_merge_20250519_1820'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
Loading…
Reference in new issue