add leaderboard
This commit is contained in:
18
account/migrations/0002_alter_profile_total_score.py
Normal file
18
account/migrations/0002_alter_profile_total_score.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.1 on 2026-03-09 11:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='profile',
|
||||
name='total_score',
|
||||
field=models.FloatField(default=0.0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user