Skip to content

Commit 8277ed5

Browse files
committed
sync with prod
1 parent 15fdb98 commit 8277ed5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.1.6 on 2025-03-02 21:27
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("tournament", "0051_alter_tournament_is_command"),
9+
]
10+
11+
operations = [
12+
migrations.AlterField(
13+
model_name="onlinetournamentconfig",
14+
name="token",
15+
field=models.CharField(max_length=2048, unique=True),
16+
),
17+
]

0 commit comments

Comments
 (0)