parent
e81976889f
commit
0098f3e2d5
File diff suppressed because one or more lines are too long
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-04-25 13:05 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0117_alter_club_timezone'), |
||||||
|
('tournaments', '0117_playerregistration_user_teamregistration_user_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-05 11:20 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0118_merge_20250425_1505'), |
||||||
|
('tournaments', '0118_tournament_animation_type'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-06 11:57 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0119_alter_tournament_animation_type'), |
||||||
|
('tournaments', '0119_merge_20250505_1320'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-07 11:53 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0120_merge_20250506_1357'), |
||||||
|
('tournaments', '0121_alter_image_options_remove_image_is_primary_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-10 08:19 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0122_groupstage_planned_start_date_and_more'), |
||||||
|
('tournaments', '0122_merge_20250507_1353'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-13 13:22 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0123_merge_20250510_1019'), |
||||||
|
('tournaments', '0123_teamregistration_unique_random_index'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-19 16:04 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0124_merge_20250513_1522'), |
||||||
|
('tournaments', '0125_tournament_unregister_delta_in_hours'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
] |
||||||
Loading…
Reference in new issue