parent
797f2d2adf
commit
4056901255
@ -0,0 +1,17 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-05-16 07:43 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0047_rename_publish_groupstages_tournament_publish_group_stages'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RemoveField( |
||||||
|
model_name='tournament', |
||||||
|
name='group_stage_court_count', |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue