Merge branch 'main' of https://stax.alwaysdata.net/gitea/staxriver/padelclub_backend
commit
3ca81ed5f2
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-07-01 16:02 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0071_alter_event_club'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='tournament', |
||||||
|
name='publish_rankings', |
||||||
|
field=models.BooleanField(default=False), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue