new
All checks were successful
Deploy to Server / deploy (push) Successful in 18s

This commit is contained in:
jeremygan2021
2026-03-20 14:23:18 +08:00
parent 07006d46d9
commit b39e500307
3 changed files with 26 additions and 43 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 6.0.1 on 2026-03-20 06:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('competition', '0009_competition_active_formula_and_more'),
]
operations = [
migrations.RemoveField(
model_name='competition',
name='custom_score_formula',
),
]