Skip to content

Commit c6f45b6

Browse files
committed
Fix migration.
1 parent 404b6e8 commit c6f45b6

File tree

3 files changed

+2
-96
lines changed

3 files changed

+2
-96
lines changed

api/leaderboard/migrations/0006_alter_codeforcesuser_last_activity_and_more.py renamed to api/leaderboard/migrations/0002_alter_codeforcesuser_last_activity_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.1.5 on 2026-03-26 20:18
1+
# Generated by Django 5.1.5 on 2026-03-28 20:41
22

33
import leaderboard.models
44
from django.db import migrations, models
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
("leaderboard", "0005_alter_codeforcesuser_last_activity"),
10+
("leaderboard", "0001_initial"),
1111
]
1212

1313
operations = [

api/leaderboard/migrations/0019_codechefuser_calendar_data.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

api/leaderboard/migrations/0020_organization_organizationmember.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)