parent
6ea9cb0649
commit
797f2d2adf
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.11 on 2024-05-15 21:10 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0046_tournament_publish_brackets_and_more'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.RenameField( |
||||
model_name='tournament', |
||||
old_name='publish_groupStages', |
||||
new_name='publish_group_stages', |
||||
), |
||||
] |
||||
Loading…
Reference in new issue